Post

Replies

Boosts

Views

Activity

Reply to Can not upload package to AppStore: ENTITY_ERROR.RELATIONSHIP.INVALID
The problem is providing the apple id Directly. You need to id number of apple id. xcrun altool --list-apps -u ${APP_STORE_USERNAME} -p ${pwd} After running the command you will get the following data. provide the apple id from that result matches with the bundle id.
Replies
Boosts
Views
Activity
Sep ’22