Reputation: 127943
We want to test our iOS app for 10 years later, i.e, 2021 etc. But when change time to 2021 from setting, and can not open the app again because the provisioning profile was expired.
How can I make such testing ?
Upvotes: 0
Views: 583
Reputation: 474
Compute a timestamp for today + 10 years and feed that value into all date/time check functions in your app and see how it goes.
Upvotes: 1