Francesco De Giorgio
Francesco De Giorgio
> > > @ciccilleju Do you have an issue talking to your backend to verify the token currently? I think there is a setting that is turned on by default...
the message isn't a problem, it's just a "warning" you must use the [tracking data plugin too ](https://github.com/mahnuh/capacitor-plugin-app-tracking-transparency)
Yes true but you just change how you authenticate and validate the token after, in case you are using the limited login version the token is now JWT—Francesco De GiorgioTel....
@rdlabo Android works fine as you can see from this screenshot but iOS asks me about a "limite" api which i never heard about. Rolling back to 5.0.3 fixes the...
> I have the same problem. How did you solve it? @ciccilleju disabling facebook login at the moment
> Hihi, had the same issue but once I accepted Apple's ATT permission it defaulted back to the normal login flow instead of limited. Maybe you can try https://github.com/mahnuh/capacitor-plugin-app-tracking-transparency to...
you must use the facebook limited login, which works differently
no but this may help you https://github.com/capacitor-community/facebook-login/pull/150
which version are you using? have you included the cliend id too?
i'm using it with capacitor stripe but i'm not facing this issue this is my MainActivity.java ` import android.os.Bundle; import com.getcapacitor.BridgeActivity; public class MainActivity extends BridgeActivity { @Override public void...