Build Not visible in iTunes connect after uploading successfully iOS Swift

Solution:

If your build had some issues with appicon and launchScreen it will show error during upload to itunesConect.

So before upload you must have to check the apicon and Launchscreen.

In Appicon must have to check that 1024*1024 icon is exists or not.

Also In info.plist file must have to add the user permissions you had already with messages otherwise it will show the same problem also.Like microphone usage,LocationUsage and others....

Comments

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

Convert NsNumber, NSDate to String in iOS Swift

Global LocationManager Singleton class iOS Swift