iOS Question Problem in App Store Connect

Status
Not open for further replies.

FerGeoRi

Active Member
Licensed User
good evening
My application is complete.
Realized on Windows PC with B4i and B4i-Bridge on Iphone 5C.

I am stuck in the party removal on AppStore.

App Store Connect \ My Apps
- 1.0 Finalize before submission
- Submit for verification
- There is an error on this page.

The error is in the BUILD paragraph.
So I'm stuck at this level.

Thank you for your answers.
Cordially.
FerGeoRi
 

Attachments

  • Question07.png
    Question07.png
    140.2 KB · Views: 210

FerGeoRi

Active Member
Licensed User
On the App Store Connect / My Apps page,
the error message states: There is one or more errors on this page.
This error is reported in the "Build" paragraph
And I can not do anything anymore.
 
Upvote 0

sorex

Expert
Licensed User
Longtime User
yes, you need to upload a build via tools > build server > upload

refresh your page every 5 minutes or so and there will appear a (+) next to build where you can select your build.
 
Upvote 0

FerGeoRi

Active Member
Licensed User
Question : What happens when you try to upload a build?
Reply : I do not see where I can download a version.

Question : yes, you need to upload a build via tools > build server > upload
refresh your page every 5 minutes or so and there will appear a (+) next to build where you can select your build.
Reply : In the B4i, this command "tools> build server> upload" does not exist.
My application is only in my iPhone 5C.
 
Upvote 0

Yvon Steinthal

Active Member
Licensed User
Are you more comfortable in french? I can explain this to you in french...
Es-tu plus comfortable en francais? Je peux te l'expliquer rapidement...
 
Upvote 0

sorex

Expert
Licensed User
Longtime User
you need to first build a release version (see image below > Build Release App)
then you need to download the release version (see image below > Download Last Build)
then you need to upload it to apple's server (see image below > Upload App To iTunes Connect)

when the last step went right the build should appear after some minutes in the build part under a (+) link



upload.gif
 
Upvote 0

FerGeoRi

Active Member
Licensed User
good evening
I did :
- Build Release App ---> ok
- Download Last Build ---> ok
- Upload App To iTunes Connect --- Error
Error: 2019-01-11 10:30:05.492 altool[71755:3639931]
*** Error: Unable to validate your application.
Sign in with the app-specific password you generated.
If you forgot the app-specific password or need to
create a new one, go to appleid.apple.com

In the window "iTunes Connect Uploader, I have to enter a User Id, a Password and an archive file.

The Id and the password must be that of the Apple account?
The achivage file must be the IPA file of the application?
Thanks for the answers.
 
Upvote 0

Yvon Steinthal

Active Member
Licensed User
ID et USERNAME sont tes infos de Itunes Connect ou Apple Developper (je ne sais plus ...)
Oui c'est le fichier qui se nomme "Archive" (automatiquement nommer) qu'il faut téléverser.

Assure toi d'avoir des noms similaires de "package" entre ta creation Itunes Connect et dans B4i.
 
Upvote 0

FerGeoRi

Active Member
Licensed User
Hello
Thank you Yvon for your answer.
But I'm really in trouble, my app is over and it stuck for online.

I try all kinds of tests but every time it's ERROR.
(attachment the error message)

In the window "Download the app on Itune connect", I made the test with my nickname and word of the account developer then with those of App Store Connect
without success.

You directed me on "the similar names of" package "between my creation Itunes Connect and in B4i"
I think the solution is there.

But I galley with the wording of the windows to inform.

The name of the package in B4i should be where in "App Store Connect"?

In App Store Connect / App Information / Inform
 

Attachments

  • Document1.pdf
    29.4 KB · Views: 171
Upvote 0

FerGeoRi

Active Member
Licensed User
Hello
I can not download my app
- B4i / Tools / Build Server / Download the app on itunes connect.

With the username and password of my account itunes connect, it's ERROR.
With the username and password generated in "appleid.apple.com" here is the end of the error message:

NSLocalizedFailureReason = ERROR ITMS-90017:
\ "This bundle is invalid.The IPA format requires a top-level directory named Payload, containing only a
.app bundle and optional plugins in a Plugins directory. \ "}"

Sorry I do not understand how it works "Do you use the hosted builder?"
 
Last edited:
Upvote 0

FerGeoRi

Active Member
Licensed User
I do not understand "create an app with a store supply profile"
Can you tell me where in B4i I have to act?

I have 2 applications registered in "App Store Connect" / Batch ID.
- All-com.LaTuyauterie*
- LaTuyauterie-com.LaTuyauteriecom.LaTuyauterie
While I only made one application.
Do you think it's normal?
 
Upvote 0

FerGeoRi

Active Member
Licensed User
good evening
I have created a provision profile
(see attached file)

I can not understand the error message of B4i with "iTunes Connect Uploader":

Téléchargement fichier IPA.
Soumettre l'application (cette étape peut prendre plusieurs minutes).
Out: Copyright (c) 2009-2018, Apple Inc. Version 1.1.1138

Usage: altool --validate-app -f <file> -t <platform> -u <username> [-p <password>]
altool --upload-app -f <file> -t <platform> -u <username> [-p <password>]
altool --notarize-app -f <file> --primary-bundle-id <bundle_id> -u <username> [-p <password>] [--asc-provider <provider_shortname>]
altool --notarization-info <uuid> -u <username> [-p <password>]
altool --notarization-history <page> -u <username> [-p <password>] [--asc-provider <provider_shortname>]

-f, --file <file> <file> specifies the path to the file to process.
-t, --type {osx | ios | appletvos} Specify the platform of the file.
-u, --username <username> Username. Required to connect for validation, upload, and notarization.
-p, --password <password> Password. Required if username specified.
If this argument is not supplied on the command line, it will be read from stdin.
Alternatively to entering <password> in plaintext, it may also be specified using a '@keychain:'
or '@env:' prefix followed by a keychain password item name or environment variable name.
Example: '-p @keychain:<name>' uses the password stored in the keychain password item named <name>
and whose Account value matches the user name specified
Example: '-p @env:<variable>' uses the value in the environment variable named <variable>

--primary-bundle-id <bundle_id> Used with --notarize-app to uniquely identify a package.

--asc-provider <provider_shortname> Required with --notarize-app and --notarization-history when a user account is associated with multiple
providers.

-v, --validate-app Validates an app archive for the App Store. The username, password, and file path to the app archive are required.
--upload-app Uploads the given app archive to the App Store. The username, password, and file path to the app archive are required.

--notarize-app Uploads the given app package, dmg or zip file for notarization. The file path to the package, user name,
password, and --primary-bundle-id are required. --asc-provider is required for an account associated with multiple providers.
If successful, the UUID associated with the upload is returned.

--notarization-info <uuid> Returns the status and log file URL of a package previously uploaded for notarization with the specified uuid.
The user name and password are required. The log file can be retrieved with 'curl <log_file_url>'.

--notarization-history <page> Returns a list of all uploads submitted for notarization. <page> specifies a range of entries where 0
returns the most recent number of entries. A new page value will be returned which can be used as the
<page> value to the next use of --notarization-history and so forth until no more items are returned. The user name
and password are required. --asc-provider is required for an account associated with multiple providers.

--output-format {xml | normal} Specifies how the output is formatted. 'xml' displays the output in a structured format; 'normal' displays in
an unstructured format (default).

-h, --help Display this output.

Error: 2019-01-14 10:35:11.455 altool[62094:5810505] *** Error: Unable to validate your application. Sign in with the app-specific password you generated. If you forgot the app-specific password or need to create a new one, go to appleid.apple.com
 

Attachments

  • Question0701.png
    Question0701.png
    23.3 KB · Views: 173
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
This is the error:

Error: Unable to validate your application. Sign in with the app-specific password you generated. If you forgot the app-specific password or need to create a new one, go to appleid.apple.com

Have you enabled two factor authentication? If so then you need to follow the error message instructions and create an app specific password.
 
Upvote 0

FerGeoRi

Active Member
Licensed User
Two-factor authentication is enabled (see attachment)
I created a new password on "appleid.com" / "Password for application"

Always mistake.
 

Attachments

  • Question0702.png
    Question0702.png
    13.7 KB · Views: 162
  • Question0703.png
    Question0703.png
    13.9 KB · Views: 144
  • Question701.pdf
    62.1 KB · Views: 218
Upvote 0
Status
Not open for further replies.
Top