pbakondy / cordova-plugin-sim

:cherries: A cordova plugin to get the device's SIM data (carrier name, mcc mnc, country code, telephonenumber, etc)
MIT License
163 stars 100 forks source link

Note: iOS 16.4 depreciation CTCarrier (does not work after) #100

Open spoxies opened 1 year ago

spoxies commented 1 year ago

Just a note that CTCarrier is deprecated with no replacement. Meaning that this plugin has stopped working with complications that target the iOS 16.4 SDK (it was a surprise to me).

See https://developer.apple.com/forums/thread/714876?answerId=742482022#742482022

Posting here since I think most traffic will arrive here, although there is a continuation of the plugin #99