Created
January 16, 2019 09:03
-
-
Save shishirthedev/45bc60c890999e5fb4dbdc6f140b573b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. Create an App Id with your bundle id in developer.apple.com | |
| 2. Add new iOS app to the app store connect. | |
| 3. Create provisional profile both for development & distribution | |
| Downald the certificate and double click to add the certificate to the Key-Chain. | |
| ~ Development Profile is for testing the app with Testflight. | |
| ~ Distribution Profile is for distributing the app to the appstore. | |
| 4. Go the the xCode and select Generic-Device and build the project as Archive. | |
| 5. Validate and up the app to the appstore. | |
| 6. Now after filling up all the required information in appstoreConnect and submit the app for review. | |
| 7. After successfull review you can just release it. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment