- in Step 2 i do not have any .zip file with name of Archive.zip but tmp.zip?
- STEP 3 failing? But in B4iBuildServer i have uploaded projects of .ipa file and project.zip file
- STEP 5 when i try to upload the .ipa file or project.zip file it fails
> According to your instruction i should have ipa file and Archive.zip file in my Objects folder
but i only have ipa file in my Objects folder and a tmp.zip file. However on my OSX PC where B4iBuildServer is running there inside UploadedProjects folder i have same ipa file and project.zip file
> When i use Application loader on a Mac to upload the ipa file now it fails as following:
@ilan: Maybe i should create a new ios_distribution.cer and new PRODUCTION.mobileprovision?
Those two files were used by my previous iOS app which i wrote in Objective-C in past. Could that be the reason why Apple saying invalid bundle ID? because those two files were used by my old APP? for new app of b4i i should re-create new .cer and .mobileprovision which is never used by any other APPS?
you could also try to remove everything that is in your ServerFolder on your Mac EXCEPT of the B4iBuildServer.jar and Libs Folder everything else can be removed (including keys folder)
OK - let me try that (remove all files in MAC PC and re-try the uploading process) once that attempt fail i will re-create the .cer and .mobileprovision files from Apple site maybe that will knock out this issue.
@ilan: Maybe i should create a new ios_distribution.cer and new PRODUCTION.mobileprovision?
Those two files were used by my previous iOS app which i wrote in Objective-C in past. Could that be the reason why Apple saying invalid bundle ID? because those two files were used by my old APP? for new app of b4i i should re-create new .cer and .mobileprovision which is never used by any other APPS?
you know that if you dont use an Wildcard App ID what means like mine: www.sagital.*
then each app needs to have his own provisions file (for development and for Store)
so if your previous Provisionsfile is a Explicit App Id you cannot use it with a different package name!
Strange. Apple send me email just now, where do i update that info in my B4i IDE or in Mac book of b4iBuildserver path with Xcode?
B4X:
Dear developer,
We have discovered one or more issues with your recent delivery for "Notification". To process your delivery, the following issues must be corrected:
[B]Missing Info.plist key[/B] - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data.
[B]Missing Info.plist key[/B] - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data.
Once these issues have been corrected, you can then redeliver the corrected binary.
Regards,
The App Store team