booleanbites / houzi-support

Support forum repo for issues & bugs reported for Houzi Flutter App.
4 stars 0 forks source link

Appstore Rejection: Guideline 2.1 - Information Needed #33

Closed yendiscart closed 1 year ago

yendiscart commented 1 year ago

Guideline 2.1 - Information Needed

We're looking forward to completing our review, but we need more information to continue. Your app uses the AppTrackingTransparency framework, but we are unable to locate the App Tracking Transparency permission request when reviewed on iOS 16.2.

Next Steps

Please explain where we can find the App Tracking Transparency permission request in your app. The request should appear before any data is collected that could be used to track the user.

If you've implemented App Tracking Transparency but the permission request is not appearing on devices running the latest OS, please review the available documentation and confirm App Tracking Transparency has been correctly implemented.

If your app does not track users, update your app privacy information in App Store Connect to not declare tracking. You must have the Account Holder or Admin role to update app privacy information.

Resources

AdilSoomro commented 1 year ago

If you want to show ads, you need to have a key in your info.plist

NSUserTrackingUsageDescription We will show you relevant ads.

If you’ve this key in your info.plist you’re required to

From Houzi configurations, if you set true for showing ads, we’ll show app tracking permission dialog automatically.

If you don’t plan on showing ads, then you’ll to remove key NSUserTrackingUsageDescription from your app’s info.plist.

Remove this key, set next build number and upload new binary.

yendiscart commented 1 year ago

I do not use ads, it is turned off. and when I was submitting build for review, I was required to add this key NSUserTrackingUsageDescription or declare it via privacy policy. I did rather declare it and not added this key and now I got rejection.

AdilSoomro commented 1 year ago

If you don’t want ads, then declare that you don’t collect any data in app privacy. And remove this key from info.plist. Its already there by default.

AdilSoomro commented 1 year ago

Has it been fixed, please update?

yendiscart commented 1 year ago

solved and published