1

I Created my Ionic 4 app with facebook login
everything is fine expect when I make login with facebook
I got thes message "App not setuo: This app is still in development mode"
enter image description here
and my app is already in live mode
enter image description here
I don't know if this is a facebook bug or something wrong with my app?

BabyDriver
  • 183
  • 2
  • 15

2 Answers2

0

If app is live mode, check if the app id in packages.json is the same as that in the facebook console.

If so, then check it in both files: platforms\android\android.json and platforms\android\app\src\main\res\values\facebookconnect.xml. If you have changed it before, sometimes it dont get changed in these files.

yaakob
  • 21
  • 5
0

I solved it by removing the platform and added it again

Gamal Elwazeery
  • 127
  • 2
  • 15