I have a xamarin application with in app billing feature using the nuget package from James Montenegro. When user is uses the app for the first time, after a few hours, the user access to the app pages should be blocked
For example using is in page 1, after a some minutes or an hour, a page should be displayed to the user automatically with a button for user to pay to continue using the app. When user quit and reopen the app, the page asking user to pay should still be displayed if user haven't subscribed. Can you help me with this please. Thanks
PageX, check if they are allowed to access it before navigating. If they are not, display an error message instead of navigating. Again, I have no idea how your app is designed or what kind of navigation you are using, so I can't provide any more specific advice.