Two Android apps with different package names using one Facebook app for sharing -


when creating app on facebook requires android apps' google play package name , main class name. have com.myapp , com.myapp.pro possible use same facebook app sharing? or need create 1 pro version?

as see works both apps if specify "com.myapp". there reason specify package name , class?

you have create facebook account application because in when cannot install both app in same device.

      <provider             android:name="com.facebook.facebookcontentprovider"             android:authorities="com.facebook.app.facebookcontentprovider{app_id}"             android:exported="true" /> 

in device if same facebook id 1 appliaction cannot installed.so better create facebook app second app.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -