Search code examples
iosxcodeuuid

Apple UUID while updating whole project with same bundle ID


I have an application written in mixed Obj-C/Swift, it uses UUID for identification of a device. I am rewriting whole application in Swift, using another project with same bundle ID. However when I try to update old project build with Xcode using new one build with Xcode too, new application UUID is different. What I am missing? Shouldn't it be the same because I am using same bundle ID?


Solution

  • My bad, it indeed stays the same, old application was saving one in keychain and using it even after reinstall.