iosios4continuous-integration

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


Solution

  • I'm afraid not. You should be able to get it done by scraping the HTML, but that's about it. Apple are terrible when it comes to the web (client-side excepted).