Reputation: 303
I'm using produce
to create my app on App Store Connect. It works well but it seems that the command does not allow creating bundle identifier without an associated app.
I just want to create extra bundle ids that I will use later for ad hoc distribution on Microsoft AppCenter.
Is there a way to do that with produce
or any fastlane plugins?
The only way I found is using the App Store Connect web interface or this REST endpoint:
https://developer.apple.com/documentation/appstoreconnectapi/register_a_new_bundle_id
Upvotes: 2
Views: 1185