How I can check in App when expired Provisioning Profile and notify user about date?
I have found here. But this file is not included in a bundle of the project. Maybe there are some options? Thanks
How I can check in App when expired Provisioning Profile and notify user about date?
I have found here. But this file is not included in a bundle of the project. Maybe there are some options? Thanks
Despite this being a MAC OS X prov checker, it applies all the same to iOS too:
https://github.com/LigeiaRowena/ProvisioningInfo
Personally, that information shouldn't bother your users. You should have a clear record of when they expire, and notify the users via push notifications and/or some form of REST api for expiration dates.
Ideally, the best way to handle this is to periodically (at least once a year) push out an update with nothing more than a new embedded mprov.
Do you specifically need your users to notify you as to when your provisioning profiles are expiring?
But in terms of reading the plist file:
This also seems to be a previously answered question at:
Get the EXPIRATION date of a Provisioning Profile at Run-time?
but to reiterate the code: