you have to ask for Tracking Permission if you are using google analytics or any other tracking system.
if you are using flutter then you can use the following package: https://pub.dev/packages/app_tracking_transparency
Or if you are natively coding follow the official documentation: https://developer.apple.com/documentation/apptrackingtransparency
Also looks like you are trying to make a clone of any existing app. or using a template from code canyon which is published by many other people, so you need to change the UI of your app. and you may need to add some unique features.
I hope this helps, let me know if you need help.
Post
Replies
Boosts
Views
Activity
same issue with my flutter ios project, did you found any solution?