I would like to make it so my app will have a free trial period for maybe 10 days and then there will be a one time purchase option for the app itself. I saw a few similar questions here:
How to give each user a free trial period in app purchase in android
How to give each user a free trial period in android
However it seems that the recommended approach is to use a subscription not a one time purchase, is there a way to offer a free trial on a one time purchase app? Otherwise it seems that the longest time period in a subscription is a year:
https://support.google.com/googleplay/android-developer/answer/140504?hl=en
If not, and I do have to use a subscription model; how do I change an existing app published on google play console from a one time purchase app to a free trial app with a subscription? Note: I used Unity 3D game engine to make the app