J Juank New Member Licensed User Longtime User Aug 7, 2015 #1 Hi please I need your help I am trying to upload my app to App Store but I have this error Please help me
Hi please I need your help I am trying to upload my app to App Store but I have this error Please help me
JanPRO Well-Known Member Licensed User Longtime User Aug 7, 2015 #2 You have to use a distribution provisioning profile and a distribution certificate. And I recommend you to add this to your code: B4X: #If RELEASE #CertificateFile: ios_distribution.cer #ProvisionFile: store.mobileprovision #END IF See also Erels answere: https://www.b4x.com/android/forum/threads/itunes-connect-error-itms-90161.50878/#post-318245 Upvote 0
You have to use a distribution provisioning profile and a distribution certificate. And I recommend you to add this to your code: B4X: #If RELEASE #CertificateFile: ios_distribution.cer #ProvisionFile: store.mobileprovision #END IF See also Erels answere: https://www.b4x.com/android/forum/threads/itunes-connect-error-itms-90161.50878/#post-318245