-
Notifications
You must be signed in to change notification settings - Fork 71
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
Apple Review Reject #251
Comments
Hi @ArnauKokoro, Thank you for writing. Can you maybe share the rejection message you got from App Store? I don't think that we ever saw so far a case where in proper setup an app got rejected because naming of our wrapper method coincidences with the official Apple one. |
Hi @uerceg , The messages about AppTrackingTransparency were like this:
After me telling them we don't have any AppTrackingFramework on the app the answer was:
Many thanks! |
Before I involve our support team who can definitely be of a greater assistance in this case, just to double check one last thing which comes up to my mind - do you maybe have this key defined inside if your |
No, I don't. Thanks! |
Hi @uerceg, Do we need something else about this? Thanks! |
Hi @ArnauKokoro, Hm. From SDK point of view, I am not sure else there might be to be checked, but I'd advise you to fire an email to our support team (either to your dedicated account manager or to support@adjust.com) and they will be able to help you with this particular case in better way than first here in GitHub (SDK software engineers). In case you still do have some questions which you'd like to ask us in here, please feel free to. Cheers |
Hi,
A week ago we uploaded a new app version to be approved by Apple review but we got rejected because AppTrackingTransparency. After making some changes to know what was the cause we are almost sure that it was adjust unity sdk, because we've got approved when we have removed it.
We had already disabled in previous approved versions the adding of these frameworks on the xcode project:
// - AdSupport.framework (needed for access to IDFA value)
// - iAd.framework (needed in case you are running ASA campaigns)
// - AdServices.framework (needed in case you are running ASA campaigns)
// - CoreTelephony.framework (needed to get information about network type user is connected to)
// - StoreKit.framework (needed for communication with SKAdNetwork framework)
// - AppTrackingTransparency.framework (needed for information about user's consent to be tracked)
Can be possible that now Apple review is rejecting files like Libraries/Adjust/iOS/Adjust.h which has methods like "requestTrackingAuthorizationWithCompletionHandler" or "appTrackingAuthorizationStatus" because they contain "tracking" on the name even if you don't use them?
Many thanks!
The text was updated successfully, but these errors were encountered: