scenario of my problem:
I have two Android apps for the same app as the free version and the other is the full version.
I created one facebook app for this android app.
Now I want to use the deep link feature provided by facebook and it works great with my free option. (Deep linking means that when a user clicks the icon of my application on facebook, they will be redirected to my Android application or to the market automatically.)
However, when I wanted to add this feature to my application with the full version, I found that the facebook application seems to just provide one quota for deep linking to the Android application. Because I can simply fill in one unique package name on the application control panel configuration page.
So my question is:
If I hope that my application will have two versions (free and full), and can also communicate with my facebook application.
Should I implement the In-app Billing service in only one application and not create two versions of the application ?
Thanks a lot ~
source share