How to make my game time trialed?
andrewhnovak@gmail.com
Member, PRO Posts: 77
I want the user to be able to play the full game for 10 minutes and then it locks them out and a screen appears with some text and a button to download the full version for 99 cents in the play store. I know that you can't do in app purchases with google play store so it would just lock them out and the direct them to buy the full version. Is this possible?
Comments
Just have an attribute, say is_locked, that is changed after a specified time using a timer. You could do multiple things to lock out game play, but the simplest would be to have a few actors appear on top of all other actors with a message about the game now being locked whilst blacking out the game behind. Or you could force a scene change that the user can't get out of.
Ok thanks. Also is a trial version going to work with the ios app store because I'm reading of issues with trials and ios. Any thoughts?
I tried to do something similar to this the thing is you have to deal with Device time it is very doable but it takes a lot of work to get it to work because they could just reopen the game and play for another 10 minutes if you want that.