iOS Question Since I can raise the app to app store?, he says that it is necessary to compile in There be Release

antoponcho

Member
Licensed User
Longtime User
Since I can raise the app to app store?, he says that it is necessary to compile in There be Release mode my version 2.31 only it has debug mode
 

antoponcho

Member
Licensed User
Longtime User
When I compile in Release mode, the following one goes out error:

B4i version: 2.31
Parsing code. (0.09s)
Compiling code. (0.27s)
Compiling layouts code. (0.14s)
Building Xcode project (0.16s)
Sending data to remote compiler. Error
Communication error: RequestCanceled


does it can der for the size of the file name.b4i?, it occupies 97K

In the certificate of distribucion.mobileprovision in ID (xxxxxxxx.nombre.b4i. *) it is necessary to change * for the name of the app
 
Last edited:
Upvote 0

antoponcho

Member
Licensed User
Longtime User
I cannot change ID in the generation of the certificate, though there continues giving me the same mistake if I compile it in Rereale mode by the certificates of development
 
Upvote 0

antoponcho

Member
Licensed User
Longtime User
The previous mistake this one solved the problem was in "Configure Process Timeout" that was to 30 seconds and was insufficient for the compilation, I have increased it and already it compiles well, now the problem this one in "Upload App To iTune Connect" that gives the mistake:

Uploading ipa file.
Submitting app (this step can take several minutes to complete).
Error: 2016-01-29 00:00:13.932 altool[97147:10895141] *** Error: Errors uploading 'Hellinerate.ipa': (
"Error Domain=ITunesConnectionOperationErrorDomain Code=1190 \"No suitable application records were found. Verify your bundle identifier 'poncho.b4i.Hellinerate' is correct.\" UserInfo={NSLocalizedRecoverySuggestion=No suitable application records were found. Verify your bundle identifier 'poncho.b4i.Hellinerate' is correct., NSLocalizedDescription=No suitable application records were found. Verify your bundle identifier 'poncho.b4i.Hellinerate' is correct., NSLocalizedFailureReason=iTunes Store operation failed.}"
)
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Yes, you can't use a wildcard for the app store distribution cert.
Note that you can use a wildcard with a distribution certificate. Only if you use a service such as push notification or in app purchases then you need an explicit id.

@antoponcho this error means that you haven't created the required record in iTunes Connect.
 
Upvote 0

antoponcho

Member
Licensed User
Longtime User
He asks me to mark in compilation Sends your compilations with Xcode 5.1.1 or later, or with Application Loader 3.0 or later. That I must do
 
Upvote 0

antoponcho

Member
Licensed User
Longtime User
Thank you very much Erel, already I have managed to raise the App, at this moment he is in wait of review, thank you very much again
 
Upvote 0
Top