You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used to do all the developing for iOS 10 but now was forced to migrate to iOS 11. Immediately I encountered some erratic behavior. The app uses links like app://action/[id]/ and the id corresponds to TouchID protected keychain item. When the app is run for the first time with such link, it works like a charm, but, if it is not, the app works spontaneously - most often I just get different security errors (25308, 25293) without any usable description. Everything worked perfectly on iOS 10. I thought that it could be an issue with obsolete library, but even after the update nothing changed. It gets even more interesting since the app works as expected on 11.2.1, but does not on 11.1. Moreover, if I quickly switch to another app, the TouchID prompt may appear for that app (TouchID for "Safari" but with my description), but the result will be seen in my app should I switch to it. That is so frustrating. Any help will be much appreciated!
The text was updated successfully, but these errors were encountered:
I used to do all the developing for iOS 10 but now was forced to migrate to iOS 11. Immediately I encountered some erratic behavior. The app uses links like app://action/[id]/ and the id corresponds to TouchID protected keychain item. When the app is run for the first time with such link, it works like a charm, but, if it is not, the app works spontaneously - most often I just get different security errors (25308, 25293) without any usable description. Everything worked perfectly on iOS 10. I thought that it could be an issue with obsolete library, but even after the update nothing changed. It gets even more interesting since the app works as expected on 11.2.1, but does not on 11.1. Moreover, if I quickly switch to another app, the TouchID prompt may appear for that app (TouchID for "Safari" but with my description), but the result will be seen in my app should I switch to it. That is so frustrating. Any help will be much appreciated!
The text was updated successfully, but these errors were encountered: