booleanbites / houzi-support

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

App tracking issue #65

Closed Jasim1957 closed 1 year ago

Jasim1957 commented 1 year ago

Dear Adil and Hassan, The Apple rejected the app and this is the issue from Apple. Can you help us?

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.3.1.

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.

booleanbites commented 1 year ago

Are you showing ads in your app?

AdilSoomro commented 1 year ago

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

NSUserTrackingUsageDescription

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 have to remove key NSUserTrackingUsageDescription and its value from your app’s info.plist.

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