ittybittyapps / appstoreconnect-cli

An easy to use command-line tool for interacting with the Apple AppStore Connect API
MIT License
173 stars 17 forks source link

Support for offline provisioning profiles #250

Open withzombies opened 2 years ago

withzombies commented 2 years ago

🗣 Context

Recently (possibly in iOS 15), Apple made development and ad-hoc provisioned applications require internet service to verify the profile and certificate of the application. This isn't always ideal if you develop applications without internet access (for example, when living #vanlife). They added the ability to generate a profile for 7-days of offline usage.

Screen Shot 2022-03-15 at 10 48 27 PM

Currently, appstoreconnect-cli can not request offline usage provisioning profiles.

💬 Narrative

As a developer and end-user of asc I want the ability to create provisioning profiles that support offline usage on iOS 15+ So that I can develop and test applications on real devices in situations where I do not have a reliable internet connection.