uniqueIdentifier not allowed anymore in AppStore
Closed this issue · 3 comments
GoogleCodeExporter commented
Due to the fact that Apple has decided to ban the UDID from the AppStore due
privacy concerns it's not allowed to upload an application which uses the UDID.
You use this UDID in common-ngn-stack/sip/NgnPublicationSession.mm. I've
included two patch files so you won't have to re-invent the wheel again ;-).
Original issue reported on code.google.com by nightfox...@gmail.com
on 14 May 2013 at 8:18
Attachments:
GoogleCodeExporter commented
P.S. Have in mind that Apple changed their policies and that they give a
warning that the deployment target minimally has to be iOS 4.3. This is not
required but they give a warning during submission.
Original comment by nightfox...@gmail.com
on 14 May 2013 at 10:46
GoogleCodeExporter commented
Kindly commit this patch on the 2.0 branch.
Original comment by ansari.a...@gmail.com
on 27 Jan 2014 at 11:59
GoogleCodeExporter commented
Fixed in r254
Original comment by boss...@yahoo.fr
on 19 Mar 2014 at 4:31
- Changed state: Fixed