Skip to content
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

[BUG] - Review rejected due to "PermissionsSwiftUI". #112

Closed
SNQ-2001 opened this issue Apr 18, 2022 · 4 comments
Closed

[BUG] - Review rejected due to "PermissionsSwiftUI". #112

SNQ-2001 opened this issue Apr 18, 2022 · 4 comments
Labels
confirmed bug A bug behavior that has been confirmed by maintainers good first issue Good for newcomers

Comments

@SNQ-2001
Copy link

SNQ-2001 commented Apr 18, 2022

Describe the bug
Adding "PermissionsSwiftUI" to the project will cause the review to be rejected.

See Screenshots for details.

To Reproduce
Steps to reproduce the behavior:

  1. Add "PermissionsSwiftUI" to the project
  2. Submit your project to App Store Connect

Screenshots
Reject details
スクリーンショット 2022-04-18 13 26 30

スクリーンショット 2022-04-18 13 27 33

My App
Screenshot-0417-091821

Smartphone (please complete the following information):

  • OS: iOS14.0 〜 iOS15.4.1
@SNQ-2001 SNQ-2001 added the possible bug Something isn't working label Apr 18, 2022
@jevonmao jevonmao added confirmed bug A bug behavior that has been confirmed by maintainers good first issue Good for newcomers and removed possible bug Something isn't working labels Apr 20, 2022
@jevonmao
Copy link
Owner

@SNQ-2001 Interesting, you must be the few people who got rejected. To be honest I don't see much difference between "ALLOW" and "NEXT". But I guess we will have to change the button text for the tracking permission.

@jevonmao
Copy link
Owner

Feel free to open a PR on this one everyone.

@edorphy
Copy link

edorphy commented May 14, 2022

Some of the words that I can relate to Apple not liking, as a user I'd decline right away. Words like "Need Permissions" and "If you do not allow it, some functions may not be available" don't build trust or explain to the user what so ever. Out of curiosity, what have you specified in your App Privacy Label? Apple is going to be very sensitive to App Tracking Transparency, and this experience is all but transparent to the user. Food for thought.

If you watch any of the developer videos Apple has, they highly recommend that you ask for permission the last moment before requiring it, and explain WHY.

The screenshot does not illustrate when the screen is being shown; is just shown to the user without any context? I would recommend you build an experience around permissions, and do some explaining. For example, describe what functions won't be available to the user if they don't grant permissions.

@jevonmao
Copy link
Owner

@SNQ-2001 Fixed in v1.5.6. Set the useAltButton parameter to true, so it shows "NEXT".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed bug A bug behavior that has been confirmed by maintainers good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants