You don't need two apps. Create a single app and open the locked features after the user makes a purchase.
Thanks for suggestion, now i am creating 1 app with in-app-billing-service enabled, then there's a new problem here, actually
manager.GetOwnedProducts run async, so it ruins the detection between premium and free user.
For example, in premium version, users will not see any ads, i will hide ads if i know that user has been purchased it, currently my big
problem is all of UI runs at first step (including ads), manager.GetOwnedProducts runs very late. do you know how to fix this ?