iOS Question Error when uploading ipa file

PrayudiPramono

Member
Licensed User
Error: 2021-02-28 14:01:50.199 altool[10036:4332527] *** Error: Error uploading 'D:\ALPHA IT SOLUTIONS\!PROJECTS\iOS PROJECT\UIJ_iOS\UIJ_iOS\Objects\UIJ App.ipa'.
2021-02-28 14:01:50.212 altool[10036:4332527] *** Error: code 1190 (App Store operation failed. No suitable application records were found. Verify your bundle identifier ‘com.uij.farm’ is correct.)

What's the meaning of this error? And what should I do?
 

PrayudiPramono

Member
Licensed User
I don't really know what you mean.
You want me to post here "the text from the compilation window"?
Where is it? is it the Main code module?
I just follow your tutorial "Publishing your app to the app store"
 
Upvote 0

PrayudiPramono

Member
Licensed User
B4i Version: 6.80
Parsing code. (0.07s)
Building folders structure. (0.06s)
Compiling code. (0.22s)
Compiling layouts code. (0.02s)
Compiling debugger engine code. (0.01s)
Building Xcode project (0.08s)
Sending data to remote compiler. (6.39s)
Completed successfully.
Make sure that B4i-Bridge is started (192.168.100.9).

I think this is what you mean..
 
Upvote 0

PrayudiPramono

Member
Licensed User
B4i Version: 6.80
Parsing code. (0.06s)
Building folders structure. (0.05s)
Compiling code. (0.03s)
Compiling layouts code. (0.01s)
Building Xcode project (0.08s)
Sending data to remote compiler. (8.09s)
Application compiled with non-store provision profile.
Completed successfully.
Make sure that B4i-Bridge is started (192.168.100.9).
Manually launch the app after installation.
 
Upvote 0

PrayudiPramono

Member
Licensed User
my bundle id : com.uij.farm* (wildcard)
I tried to create it without the *, but it won't continue. It forced me to create with that symbol (*)
Then I wrote it on the build configurations package, exactly the same but an error occurred: invalid package name: com.uij.farm*
so I wrote it without the * symbol : com.uij.farm
could it be the problem?
 
Upvote 0

Johan Hormaza

Well-Known Member
Licensed User
Longtime User
Can I install the app on other devices without upload it to appstore?
No
You must create a new one but enabling this option
para la tienda.JPG
 
Upvote 0

PrayudiPramono

Member
Licensed User
No
You must create a new one but enabling this option
View attachment 108860
I did that and upload it again. still got the error message :
Error: 2021-02-28 17:02:43.369 altool[14773:4404353] *** Error: Error uploading 'UIJ App.ipa'.
2021-02-28 17:02:43.382 altool[14773:4404353] *** Error: code 1190 (App Store operation failed. No suitable application records were found. Verify your bundle identifier ‘com.uij.farm’ is correct.)
 
Upvote 0

Johan Hormaza

Well-Known Member
Licensed User
Longtime User
I did that and upload it again. still got the error message :
Error: 2021-02-28 17:02:43.369 altool[14773:4404353] *** Error: Error uploading 'UIJ App.ipa'.
2021-02-28 17:02:43.382 altool[14773:4404353] *** Error: code 1190 (App Store operation failed. No suitable application records were found. Verify your bundle identifier ‘com.uij.farm’ is correct.)
You must create the application in App Store Connect first.
And you must put the package name
para la tienda.JPG
 
Upvote 0
Top