Skip to content

Instantly share code, notes, and snippets.

@demsey2
Last active March 23, 2017 20:14
Show Gist options
  • Save demsey2/510e8ee04053c9788ab6da9072bf0a41 to your computer and use it in GitHub Desktop.
Save demsey2/510e8ee04053c9788ab6da9072bf0a41 to your computer and use it in GitHub Desktop.
ios release
based on https://www.raywenderlich.com/127936/submit-an-app-part-1
1. First you’ll need to generate two certificates, one for your development profiles and another for your distribution profiles
- this can be done from xcode
2. Registering Devices
3. Creating App IDs
4. Provisioning Profiles
5. Generate p12 (https://onesignal.com/provisionator)
6. I had to go and resubmit both provisioning profiles
7. onesignal app settings set p12 cert
issues:
- to build dev version make sure you set the same target version as the device you use for development
Remote content through URL:
- all plugins have to be hosted remotely
- including cordova_lugins loaded as the first file then all plugins and then cordova.js for specific platform
- all plugins has to be compiled and the first line in each of them should have cordova.define(....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment