alfanthariq / mobile_device_identifier

Flutter library to obtain device id from mobile device (android / ios)
BSD 3-Clause "New" or "Revised" License
16 stars 21 forks source link

There are deprecated methods. #4

Open Leheih opened 11 months ago

Leheih commented 11 months ago

Hello, this library is very good. However, the archivedDataWithRootObject and unarchiveObjectWithData methods in JNKeychain that iOS relies on have been deprecated. JNKeychain may no longer be maintained. Can you put the files from JNKeychain into your own library and update the deprecated methods? Thank you!