-
-
Notifications
You must be signed in to change notification settings - Fork 893
Unable to publish to Appstore rejection because of NSCalendarUsageDescription but i have made the Podfile changes as per the Ios setup in the pub dev. #377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @praveen-francium , You should comment out the permissions you are using, so in this case |
@danielroek Thanks for the reply,But i don't want access to calendar, i need access only to notification so i commented that one.But now why i need to change to |
Did you add all the permissions to your
The original issue can be found here. |
@danielroek Yes ,i need only permission for notifications and i have added that in the Info.Plist but i don't need access to calendars but the issue i am facing while publishing to appStore is related to Calendar issue.So please help me how to overcome this issue. Also i have followed up exactly how the Podfile need to be as per the documentation,i have commented only the notification line,but i am facing this issue. |
This issue seems to be linked to this issue. Could you please try if updating your Podfile following the example works? Please let us know if this fixes your issue, that way we're able to update our documentation. |
@danielroek Thanks for the reply,but i have added the podfile to your reference i think i did the same as what been mentioned in the link you provided actually.Please take a look at my Podfile and suggest me what if i am doing anything wrong.Because i just replicated as per the documentation.So please take a look at my Podfile and suggest me the changes.Thanks |
Readding the line mentioned in Ios set up solves the issue. |
@praveen-francium excuse me, could you please share your solutions? Your helps would be appreciated. |
Hi, I found the solution, and updated my app on the AppStore. For an example: (I am using Camera, photos, location and notification permissions) PermissionHandlerEnums.h
|
Permission handler version:
permission_handler: ^5.0.1+1
flutter version:
The text was updated successfully, but these errors were encountered: