objective c - How to get old UDID in my new upgraded app -
i using udid
save , retrieve data remote db
, apple had depreciated
udid. how can retrieve saved data if update app new version developed using ios5.
you can not, unless saved udid
where, nsuserdefaults
.
apple not allow apps use [uidevice uniqueidentifier]
method more. if used in code apple reject app.
Comments
Post a Comment