permission icon indicating copy to clipboard operation
permission copied to clipboard

Calendar Permission on ios

Open antonvinceguinto opened this issue 4 years ago • 2 comments

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.

antonvinceguinto avatar Sep 25 '19 05:09 antonvinceguinto

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.

alinoaimi avatar Nov 28 '19 15:11 alinoaimi

https://github.com/once10301/permission/issues/40#issuecomment-633852680

Author was not implement it yet.

XenonChau avatar May 26 '20 07:05 XenonChau