Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

API to get a provisioning profile from Apple dev site

I'm wondering if it's possible to get the latest provisioning profile from Apple Developer Portal using API? I've set up CI for iOS project but I have to update provisioning profile manually every time when it is changed so I'd be glad to automate this process as well. Thanks

like image 905
Dmytro Avatar asked Jun 10 '11 13:06

Dmytro


People also ask

Does Apple have an API?

The Sign in with Apple REST API is a web service that connects you to Apple's authentication servers. Use this service to generate and validate the identity tokens used to verify a user's identity. To sign in from a web app or other platform, like Android, use Sign in with Apple JS.


1 Answers

Spaceship provides access to he developer portal API, no web scraping!

like image 161
dwery Avatar answered Sep 20 '22 20:09

dwery