I'm building an app that include in app purchase (subscription based): the user is required a subscription to consult more that X time a given section of the app per week, however i'm facing a problem as the user can bypass the limitation by changing the time of his iPhone.
I know that one solution would be to verify the time on a server side, but the app is to run without internet connexion...
S how can i get the REAL device time (NOT THE USER DEFINED TIME).
thanks.