Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone App Rejected By Apple saying analytics used

One of my iphone app rejected by apple. Here is reason from resolution center.

enter image description here

We found that your app uses analytics software to collect and send device data to a third party, which is not in compliance with the iOS Developer Program License Agreement.

3.3.9 You and Your Applications may not collect user or device data without prior user consent, and then only to provide a service or function that is directly relevant to the use of the Application, or to serve advertising. You may not use analytics software in Your Application to collect and send device data to a third party.

Specifically, your application is transmitting the user's MAC address without their prior consent. It would be appropriate to either remove this behavior from your application or obtain the user's consent."

Not used any analytics sdk. Only 3rd party sdk used are - Chartboost, Revmob, facebook-ios-sdk, Nextpeer. How can I resolve this problem? how can find which sdk has problem ?

like image 575
iPhoneProcessor Avatar asked Mar 23 '23 08:03

iPhoneProcessor


1 Answers

I got reply from apple for same problem. Apple indicated its nextpeer multiplayer sdk issue. User device info is collected in the game. Easy fix is to indicate it in EULA.

See these screenshot.enter image description here

enter image description here

like image 128
Guru Avatar answered Apr 11 '23 01:04

Guru