Hey everyone,
I have two apps using the same Facebook appid.
Let's call them User app and Pro app and assume I have both apps installed on my device.
When I log in with Facebook from the User app, Facebook correctly authenticates and send me back to the User app.
However, when I log in with Facebook from the Pro app, Facebook authenticates and sends me to the User app as well.
Both apps have the following line with the same appid.
<property name="ti.facebook.appid">[APPID HERE]</property>How can I prevent this from happening when using the same app id for 2 different apps on the same device?
Additional info: Running on iOS
Thanks!