iOS Question updating ios app

abdarrahim talbi

Member
Licensed User
hello,
i have modified my app and i need to update it in app store, is there any documentation for that ?
i have connected to my account in appstoreconnect.apple.com, i needed to enter the version first, and i can`t find the version in it, it says that i should find it in the Xcode but i`m using the host builder?
i`m waiting for your answer
thank you
best regards
 

Andrew (Digitwell)

Well-Known Member
Licensed User
Longtime User
The version is part of the B4i Code
B4X:
'Code module
#Region  Project Attributes
    #ApplicationLabel: B4i Example
    #Version: 1.0.0

You just need to update the #Version: text and upload using the "upload App to iTunes connect". The version number in the store does NOT have to be the same as the version number of the app.
 
Upvote 0

abdarrahim talbi

Member
Licensed User
hello,
thank you Andrew for your answer,
actually i changed it in the code, it s okk now.
but i have a problem while uploading the app to itunes connect, i m using the host builder not the Xcode, any ideas ?
thank you
 
Upvote 0

abdarrahim talbi

Member
Licensed User
here is the error message i got
Téléchargement fichier IPA.
Erreur de communication : Internal error: Impossible d'écrire les données sur la connexion de transport : Une connexion existante a dû être fermée par l’hôte distant.
 
Upvote 0

Andrew (Digitwell)

Well-Known Member
Licensed User
Longtime User
Hmm,
I've never seen that one before.
It could be a temporary network connection error.
Try again in a short while.

I have just tried uploading an app via the iTunes Connect Uploader and all is fine.
Uploading ipa file.
Submitting app (this step can take several minutes to complete).
App uploaded successfully.
 
Upvote 0

abdarrahim talbi

Member
Licensed User
i have this error now :
No suitable application records were found. Verify your bundle identifier 'app.sendatrack.com.senda' is correct., NSLocalizedFailureReason=App Store operation failed.}"
the bundle identifier that i used is correct
 
Upvote 0

abdarrahim talbi

Member
Licensed User
yes, it is not the same bundle in the app that already exist in itunes connect !
it seems now that i have different bundle between the app and its update ! any ideas what should i do ?
 
Upvote 0
Top