We have an Android app that has been submitted to the App Center. My app’s icon is displayed in the Facebook app list. When the icon is clicked I would expect the app to launch. Instead the Play Store is launched with the app page for my app. An open button appears confirming that the app FB is trying to launch and my app are one and the same. I have double checked the package name and class name in the FB developer settings against my android app manifest. Does anyone have any advice on how to get my app to launch instead of the Play Store page for the app? I have set up an entire new project as a test and reproduced this behavior.
Share
I had a similar problem, your hash key is probably wrong. It can be tricky to get the hash key right, make sure you use your production key store and specify an alias. Here is a sample command:
If you give the wrong command you will still get a key but the value will be wrong and when that happens you will see the behavior you see, that the Play Store gets launched for your app.