Reputation: 15375
I'd like to programmatically create App ids in the iOS provisioning portal. I can't use wildcards because I need the push notification system.
Is there way to do it in commandline ?
Upvotes: 0
Views: 399
Reputation: 75
Yes, it is possible. You can use fastlane/produce. It's open source.
https://github.com/fastlane/produce
Upvotes: 3