Maxime
Maxime
Hi @AlvinTCH and thank you for your fork! I've implemented it & i'm now calling the new `limitedLogin` method. ` await FacebookLogin.limitedLogin({ permissions: [], tracking: 'limited' })` However, i can...
@ciccilleju from what I understand, using the limited login implemented by @AlvinTCH means you don't have to implement the tracking data plugin. I'd like to avoid having to ask for...
I created a PR [here](https://github.com/capacitor-community/in-app-review/pull/69) related to that
Hey @lucas-zimerman any new on this update? Thank you ! 🙏
@lucas-zimerman any update about the release of v1 ? Thank you!
I tried already but got this issue on package import with this specific version: TS2307: Cannot find module @sentry/capacitor or its corresponding type declarations. import * as Sentry from '@sentry/capacitor';...