Skip to content

Instantly share code, notes, and snippets.

@Zilleabbas10
Last active August 11, 2021 12:23
Show Gist options
  • Save Zilleabbas10/fc646cfbb69c509a3a8b0e4e68393494 to your computer and use it in GitHub Desktop.
Save Zilleabbas10/fc646cfbb69c509a3a8b0e4e68393494 to your computer and use it in GitHub Desktop.
Deployment on App Store and Play Store
Deployment on App Store and Play Store
Deployment for App Store:
Apple TestFlight App upload(iTunes connect)
1. 1st you have to integrate developer account to Xcode.
2. Then open your app through iOS platform file name with xcworkspace extension in Xcode.
3. Sign the certificates to your app and increase your version if needed.
4. Clean your build and and then make a build. If any error occur then resolve them and repeat this process until and unless build succeeded.
5. After that make archive of app which would be then ready for upload for test purpose as well as a new version.
6. Once uploaded it would ask you to submit it to App Store which is only up to you. If app is completed and working fine then you can submit the app from TestFlight to App Store.
7. Use Application loader from Xcode to upload if not uploading from Xcode export after archive.
8. TestFlight app will only work in those phone’s whom UDID’s exist. You can see on this link (https://developer.apple.com/account/ios/device/iphone).
9. Link of video for TestFlight beta testing (https://itunespartner.apple.com/en/apps/videos#testflight-beta-testing).
10. Tutorials for TestFlight beta testing are following which can help you while uploading your app. (https://itunespartner.apple.com/en/apps/overview) (https://help.apple.com/itunes-connect/developer/#/dev839fb66e9).
11. This is the link where you see your app for TestFlight beta testing and add testers and also you can submit it to App Store through this (https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/ng/app/1178286456/testflight?section=internaltesters&subsection=testers). I have uploaded this with application loader which exist within the Xcode.
12. Following link will help you overall to upload app for testing purpose as well as to upload on App Store (https://www.raywenderlich.com/133121/testflight-tutorial-ios-beta-testing).
13. Some time missing compliance error comes after app is uploaded its just for encryption purpose that either we have used any encryption or not. You can deal with this warning at run time by selecting yes or no. As you can also see example in this link (https://stackoverflow.com/questions/43394222/missing-compliance-in-upload-date-status-in-new-group-testflight-when-i-add-the).
14. Your app will take almost 1 day to upload either you want to upload to App Store for production or for testing purpose to TestFlight because it is reviewed by Apple team.
You can also test your app’s with different services like you can see in the following links but they didn’t become successful in my case
1. https://betafamily.com/supersend
2. https://www.diawi.com/
Deployment for Play Store:
1. You need to follow this link (http://ionicframework.com/docs/intro/deploying/) (https://github.com/hughred22/YouTube-Video-Listing-Ionic-Mobile-App/wiki/Preparing-for-Release-and-Publishing-Your-Ionic-App).
2. You also need to follow boss document to make final app
3. When you build final app then upload it on google play store.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment