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
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).