ldiqual
ldiqual

Reputation: 15375

Is there a way to programmatically create App ids?

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

Answers (1)

osmanertem
osmanertem

Reputation: 75

Yes, it is possible. You can use fastlane/produce. It's open source.

https://github.com/fastlane/produce

Upvotes: 3

Related Questions