Re: CB-9963 iOS uuid should remain even after uninstall

2016-08-24 Thread Zam Light
okay, i respect all your suggestion, let's leave it unchanged. On Thu, Aug 25, 2016 at 5:32 AM Shazron wrote: > +1 leave unchanged. This is what Apple has intended, and going against the > spirit of what they intend and rocking the boat (so to speak) is fraught > with risk to

Re: CB-9963 iOS uuid should remain even after uninstall

2016-08-24 Thread Shazron
+1 leave unchanged. This is what Apple has intended, and going against the spirit of what they intend and rocking the boat (so to speak) is fraught with risk to the project. That being said, you could put this feature into your own plugin -- fork the device plugin and call it something else. In

Re: CB-9963 iOS uuid should remain even after uninstall

2016-08-24 Thread Simon MacDonald
I agree the current behaviour of device.uuid for iOS should remain unchanged. Simon Mac Donald http://hi.im/simonmacdonald On Wed, Aug 24, 2016 at 12:53 PM, Kerri Shotts wrote: > I’ve got multiple cents worth of opinions on this one, so bullet points > (each worth 2¢):

Re: CB-9963 iOS uuid should remain even after uninstall

2016-08-24 Thread Kerri Shotts
I’ve got multiple cents worth of opinions on this one, so bullet points (each worth 2¢): Persistent UUID is (IMNSHO) anti-user and bad for privacy. I’ve yet to see a good reason why this would be a good thing to support, and I’m glad Apple doesn’t let apps get it anymore. As such, I’m OK with

Re: CB-9963 iOS uuid should remain even after uninstall

2016-08-24 Thread Zam Light
i knew apple restricted the real uuid usage, but let's minimize the thing, other platform seems to return reliable unique uuid per device with same user, and iOS return a different behavior in uninstall and reinstall situation. it looks little weird when use plugin because of different behavior.

Re: CB-9963 iOS uuid should remain even after uninstall

2016-08-23 Thread Jesse
Please do not add this to the cordova-plugin-device, if you want to create a new plugin to handle this, then go for it. Apple restricted the real uuid's use for a reason, and cordova should respect it. @purplecabbage risingj.com On Tue, Aug 23, 2016 at 12:05 PM, julio cesar sanchez <

Re: CB-9963 iOS uuid should remain even after uninstall

2016-08-23 Thread julio cesar sanchez
As the issue is an improvement and not a bug, I think we should discuss if this should be added. I commented this on the issue long time ago So I think that storing the identifierForVendor on the keychain might be a good idea, but not sure if we should add it to the device plugin or if the

Re: CB-9963 iOS uuid should remain even after uninstall

2016-08-23 Thread Shazron
Done. On Tue, Aug 23, 2016 at 10:15 AM, Zam Light wrote: > Hi: > > i want to solve this issue with below link, could someone assign me to it? > > https://issues.apache.org/jira/browse/CB-9963?focusedCommentId=15432832; >

CB-9963 iOS uuid should remain even after uninstall

2016-08-23 Thread Zam Light
Hi: i want to solve this issue with below link, could someone assign me to it? https://issues.apache.org/jira/browse/CB-9963?focusedCommentId=15432832=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15432832 -- Best Regards, Zam