SarcasticNoodle / device_id

MIT License
14 stars 20 forks source link

iOS device id throws error #1

Closed pavelhov closed 6 years ago

pavelhov commented 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

SarcasticNoodle commented 6 years ago

Fixed with 51070c7