Closed pavelhov closed 6 years ago
in SwiftDeviceIdPlugin the result should be replaced to result(UIDevice.current.identifierForVendor!.uuidString) since the current version does not work with swift 3/4
Fixed with 51070c7
in SwiftDeviceIdPlugin the result should be replaced to result(UIDevice.current.identifierForVendor!.uuidString) since the current version does not work with swift 3/4