Renish-GlobeSync / core-plot

Automatically exported from code.google.com/p/core-plot
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Apple Rejected app for UDID code within Core-Plot #610

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I submitted my app and it was rejected for the following reason:

We have discovered one or more issues with your recent delivery. To process 
your delivery, the following issues must be corrected:

Non-public API usage:

Apps are not permitted to access the UDID and must not use the uniqueIdentifier 
method of UIDevice. Please update your apps and servers to associate users with 
the Vendor or Advertising identifiers introduced in iOS 6.
If method names in your source code match the private Apple APIs listed above, 
altering your method names will help prevent this app from being flagged in 
future submissions. In addition, note that one or more of the above APIs may be 
located in a static library that was included with your app. If so, they must 
be removed.

We made changes to our code - but the app was rejected a second time.  
Core-Plot component that we're using for graphing contains the code associated 
with the non-public API/UDID issue above.  

Original issue reported on code.google.com by benpome...@gmail.com on 2 Dec 2013 at 3:51

GoogleCodeExporter commented 8 years ago
Nothing in the current version of Core Plot references the uniqueIdentifier 
method. Are there other banned methods mentioned in the rejection notice? What 
version of Core Plot are you using?

Original comment by eskr...@mac.com on 3 Dec 2013 at 12:06

GoogleCodeExporter commented 8 years ago

Original comment by eskr...@mac.com on 8 Dec 2013 at 2:43

GoogleCodeExporter commented 8 years ago
Ok.  Thanks.  My fault.  We found the references in a vestigial library in our 
iOS code and deleted it.  CorePlot does NOT reference uniqueIdentifier - false 
alarm.  A thousand pardons to my bretheren at CorePlot.

Thanks,

Original comment by benpome...@gmail.com on 9 Dec 2013 at 1:17