Is it possible to connect one facebook application to two android apps?

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 ~

+6
source share
1 answer

I think the preferred method would be to have one version with an in-app purchase option. There is a good discussion here on how to separate the functionality and how to support the project.

0
source

All Articles