Open antonvinceguinto opened 5 years ago
I'm facing the same issue,
I found out that the plugin example is downloaded, along with the plugin itself, and in its Info.plist, those permissions are defined.
I tried deleting the example manually, hen rebuilding, but for some reason it is still being compiled with it.
I guess the example shouldn't be included in the package.
https://github.com/once10301/permission/issues/40#issuecomment-633852680
Author was not implement it yet.
My app doesn't use calendar and I have not setup any calendar permission. Permissions works fine on android but Apple rejects my app saying I need to have a purpose string on NSCalendarUsageDescription. It's weird because if I remove NSCalendarUsageDescription from my Info.plist, Apple rejects my app.