fabiocaccamo / FCUUID

:iphone: :id:  iOS UUID / Universally Unique Identifiers library as alternative to UDID and identifierForVendor.
MIT License
1.61k stars 226 forks source link

How can I share the same UUID between two app ? #8

Closed BeanDu closed 8 years ago

fabiocaccamo commented 8 years ago

https://github.com/fabiocaccamo/FCUUID#requirements--dependencies

Zkim commented 7 years ago

Hey, how did you solve the problem? Can you please share? Two app UUID is difference

fabiocaccamo commented 7 years ago

Your apps identifiers must have the same bundle seed and KeyChain sharing enabled.

Zkim commented 7 years ago

thanks