2

I am integrating Facebook login in my android app. So in order to get the user basic information I have to make my app live from Facebook developer console.

My problem is it doesn't let me do so. It gives me the following error

Your app must be available in every public store in order to take your app Live.

I have also added privacy policy URL and
Contact Email suggested in this answer and tried to make public but every time it gives me same error.

I have done Facebook integration before and there was no problem making app live. I have also added test users but they never get any request either on mail or on Facebook.

In my app, I am successfully able to log in but after login it says App not setup.

My app is not available at play store right now. So can we not use Facebook integration before making app live in play store. or am I missing something?

Rutvik Bhatt
  • 3,185
  • 1
  • 16
  • 28
AbhayBohra
  • 2,047
  • 24
  • 36

1 Answers1

15

1 > Open your facebook developers dashboard.

2 > find the Android app.

3 > copy the details in the notepad.

4 > Remove Android app from Dashboard.

5 > Now make your app public(Live).

6 > re-enter your Android app data into Dashboard.

Thats it. :)

Rutvik Bhatt
  • 3,185
  • 1
  • 16
  • 28