iOS Question application loader error

cambol

Active Member
Licensed User
When trying to upload Archive.Zip via Application Loader I get the following error:

Could not find a CFBundlePackageType within the Info.plist; or the package is missing an Info.plist.

Open the ipa file with 7zip. No Info.plist inside. ( just dsym.zip and result.ipa )

but I get info.plist in \dsym.zip\result.app.dSYM\Contents\

what I miss and how to do
 
Last edited:

cambol

Active Member
Licensed User
should I unzip Archive.zip and copy result.ipa out and upload Archive.zip and result.ipa with Application Loader.
but in Application Loader. it only can chosen one file
where I miss ~
 
Upvote 0

cambol

Active Member
Licensed User
upload_2016-5-31_17-34-47.png


upload_2016-5-31_17-35-3.png


upload_2016-5-31_17-35-17.png


the key file Development.mobileprovision just download form iOS Development -->MM43SA9US6.nicefate.com.nicepeople
 
Upvote 0

ilan

Expert
Licensed User
Longtime User
View attachment 44546

View attachment 44547

View attachment 44548

the key file Development.mobileprovision just download form iOS Development -->MM43SA9US6.nicefate.com.nicepeople

development provisions file is for development, if you want to upload an app to the store (*.ipa) you need to create a Distribution provisions file.

mbs.jpg


dont forget to build your app with this distribution prov file and DONT try to run this build on your phone (it wont work!) this ipa is only for the store!
 
Upvote 0

ilan

Expert
Licensed User
Longtime User
use Attributes in your code to choose the right Prov file.

B4X:
#CertificateFile: ios_development.cer
#ProvisionFile: Push.mobileprovision
 
Upvote 0

cambol

Active Member
Licensed User
If I use ios_development.cer and make a .ipa file ,May I install this .ipa to my friend's iphone by itune or itools or third party tool?
( I don't register device in "developer.apple.com" for my friend's iphone )
 
Upvote 0

cambol

Active Member
Licensed User
SO , When I use ios_distribution.cer , .ipa can share with another iphone user without register device in "developer.apple.com" . Is that right ?
 
Upvote 0

cambol

Active Member
Licensed User
If upload .ipa by itune connect , It will wiating more then 10 days ,
Is there any ways to publish .ipa file complied by ios_distribution.cer ?
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0

cambol

Active Member
Licensed User
I had download OTA_Deployer.jar , double click on the jar file , but no action .
What system required does OTA_Deployer.jar file need.
 
Upvote 0
Top