0

I am developing an android application. I have used the Facebook SDK to connect facebook from my application. So I have created application in facebook developer login and got a single App ID and App Secret.

Now I am having two applications. But the application functionality is same.

1) application with ads Packagename : com.companyname.appWithAds

2) application without ads. Packagename : com.companyname.appWithoutAds

Can I add these two package names in that single App which I created in Facebook developer login? or I want to create separate App Id for each application in Facebook developer login?

SKK
  • 1,705
  • 3
  • 28
  • 50
  • I think, you should refer/contact Facebook Docs/support for this query. It seems off topic here. – Mudassir Jun 24 '13 at 06:02
  • From [this](http://stackoverflow.com/questions/12498888/share-a-facebook-app-id-across-apps-android) answer, it seems that you can use your Facebook App ID within multiple apps. – Mudassir Jun 24 '13 at 06:12
  • 1
    Thanks for the response. If I use Facebook App ID within multiple applications, What will be the package name of the application which I created in Facebook developer login. If I create multiple application, it should be multiple package name. So how can I give multiple package names in a single app(which I created in Facebook developer login). – SKK Jun 24 '13 at 07:01

1 Answers1

1

You cannot use the packages as it is as an app can have a single package.

You can combine these two in a package called com.companyname .You can then load the app with ads or without ads depending on your criteria of showing ads (depending on user login or other reasons).

drarkayl
  • 1,017
  • 7
  • 17
  • 2
    i think OP wants to submit 2 separate Apps to Google Play Store. – Raptor Jun 24 '13 at 06:09
  • Thanks for the response. But I want to upload the two applications on google play. So If I use the same package as you metioned as "com.companyname", I can't upload these two applications in google play. – SKK Jun 24 '13 at 06:09