I have developed an application, in which you can try the widget for a couple of weeks. People can buy the pro version to unlock the widget afterwards.
I intended to make a paid dummy app, and check in the main app if this dummy app is installed. But, when the .apk spreads, this might be a problem.
In-app billing does not have this problem (?) but it causes a lot of overhead. I don't know how it works yet, so if I choose this method, I don't know if it's a kind of overkill, or is it relatively simple to implement?
What are the pro's and cons?