Just upgraded my Angular + Ionic + Capacitor to versions:
@capacitor/core 4.7.3
@capacitor/device 4.1.0
@angular/common 15.2.7
@angular/core 15.2.7
@ionic/angular 7.0.2
My app calls for the the getId().uuid property using the @capacitor/device library.
It used to provide consistent uuid for a given device across installations, but now it yields a different uuid following every new app installation to an iOS device, either locally from xcode or through TestFlight. The iOS uuid is in the following format: 1638A471-EC8A-4331-8809-A163871C7261
This is not experienced on an Android device (although only tested with local installations through Android Studio).
Any thought on this?
Thank you!
1 post - 1 participant