PR note
This commit is contained in:
parent
7b01f94649
commit
de7f5d4bb1
|
|
@ -30,7 +30,7 @@ open class App {
|
|||
Return device identifier
|
||||
- returns: UUIDString
|
||||
*/
|
||||
open static var stringIdentifierForVendor: String {
|
||||
open static var deviceUniqueIdentifier: String {
|
||||
if let vendorIdentifier = UserDefaults.standard.string(forKey: App.stringVendorIdentifierKey) {
|
||||
return vendorIdentifier
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue