Hacker News new | ask | show | jobs
by kenny_hitcher 2137 days ago
Yeah Fastlane supports the two. I haven't looked into the implementation yet, but I supposed that Fastlane is based on the existing Apple API, for example, https://developer.apple.com/documentation/appstoreconnectapi for listing registered devices.

However, there are many other operations that Apple doesn't provide API for. For example, it would save me a lot of time if Apple provides an API to update provisioning profiles. I guess operations like these can only be automated with say Chrome Puppeteer.

For the "tedious" things that I need to do, usually they are outside the scope of Fastlane, and that's why I'm building a new thing