I have been facing multiple rejections from the apple team due to IDFA. I had previously used google firebase alongside SDKBOX IAP. But since I got this issue I have removed firebase.
The only third party that I’m currently using is SDKBOX for IAP.
Does SDKBOX IAP take any IDFA? If yes how can I stop that process? @yinjimmy, @slackmoehrle, @htlxyz
I’m currently using SDKBOX version 1.4.0.1
In order to check for Advertising Identifier, I had followed the following steps:
$ grep -lr “advertisingIdentifier” * | grep -v .svn | grep -v .md
I have inserted the code before sdkbox::IAP::init(); in AppDelegate as well as the page where we use IAP as given below
sdkbox::IAP::setGDPR(true);
I’m getting the following issue from the apple team
Guideline 1.3 - Safety - Kids Category
We noticed that your Kids Category app includes the following feature(s), contrary to guideline 1.3 of the App Store Review Guidelines:
Third-party analytics or third-party advertising with the ability to collect, transmit, or share identifiable information, including, for example, IDFA.
Next Steps
To resolve this issue, please remove this functionality from the app.
Am i having the old version. When i try to update it says all packages are upto date. Is their any solution for solving this issue? @slackmoehrle, @yinjimmy
Are apple checking for advertising Identifier files?
after using the code sdkbox::IAP::setGDPR(true);
when I have checked for advertising Identifier using
The SDKBox.framework use AdSupport to collect IDFA. Such as:
We do not collect GDPR special categories of personal information. Only IDFA or Android Advertising ID and other non personal identifiable device information will be collected and processed in order to enhance the products, and to provide Ads optimization for third party partners based on behavioral targeting (for example: ads for games which are likely played by users); http://www.sdkbox.com/privacy.
If app want to completely remove adsupport, SDKBox need to recompile a version without adsuport.
Is there any workaround to solve this issue as the apple team is very adamant with Guideline 1.3 - Safety - Kids Category when it comes to releasing the app.
This is what the apple team is saying
Guideline 1.3 - Safety - Kids Category
We noticed that your Kids Category app includes the following feature(s), contrary to guideline 1.3 of the App Store Review Guidelines:
Third-party analytics or third-party advertising with the ability to collect, transmit, or share identifiable information, including, for example, IDFA. Next Steps
To resolve this issue, please remove this functionality from the app.
The App Store Review Guidelines provide guidance and examples across a range of development topics, including user interface design, functionality, content, and the use of specific technologies. These guidelines are designed to help you prepare your Apps for the approval process.
And also will SDKBOX come with a new version where we won’t get the IDAP any soon? @yinjimmy, @slackmoehrle, @htlxyz
This is great! The IAP is working well and when I checked for advertising identifiers I didn’t find any values return. Before submitting to the apple store do I have to set