Reputation: 1075
when i bullish my app , after uploading the app it takes much hours to finish processing , then the source that i uplaoded it disappear and at all the word " select a build before you submit your app " does not show and the cross sign does not show also
any help please thanks
Upvotes: 4
Views: 7166
Reputation: 37
Your application will be disappear after the processing time if you miss something specially in info.plist.
iTunes will send you Email regarding the error.
if you wrote your program in another language, say Qt, you need to create image xcassets for your iOS application .
So, You need to Click on application name on XCode ->General -> App Icons and Launch Images-> App ICons Sources
Click on Use Assest Catalog and Migrate. You need to drag all your images in icons folder of your project in image.xcassest folder.
Change the build Version on Identity tab in General Save your project Clean the project Build it Once again Click on Product -> Archive
Wait for some time to upload your application on iTunes, if the upload is successful, after processing your application, you will get a confirmation Email which says that your applicaiton is ready for testflight.
Upvotes: 1
Reputation: 2207
If As this your problem not solved than check your email which apple give the reason
Privacy - Camera Usage Description
Privacy - Photo Library Usage Description
Upvotes: 1
Reputation: 5666
Your binary file is rejected by Apple, that's why it disappear after processing.
For finding what's the actual reason behind it, check mail box. This mail will send to that mail id which is used to login in iTunes connect.
Upvotes: 1
Reputation: 5602
Here are few things you should take care of :
Hope it will help everyone.
Upvotes: 4