I have little tricky question.
I developped a cordova application which is currently in production.
I would like to add facebook login to this app, the feature is already enabled in my website and I would like that my users can use it on the iOs and Android app (and maybe windows phone) as well.
I use this plugin : https://github.com/jeduan/cordova-plugin-facebook4
Facebook login don't work because I haven't added iOs and Android settings, the problem is that, by choice, I deploy my app in two different form. One paid app without ads and one free with ads.
So in the end, I have One paid android app, One free android app, One paid ios app and one free ios app from the same source code.
But facebook only allow one ios and one android setting by Facebook app, and all the apps must be linked to the same facebook App for access token to be usable by all the apps, right ?
Did someone know what could I do in this situation ?