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
When generating blackbox, is it necessary to use the UserAgent set in NSUserDefault? Currently, it is found that our app has deleted the original setting method because ios17 no longer supports setting UserAgent for Webview through NSUserDefault, causing blackbox recognition to fail and triggering SMS authentication.
The text was updated successfully, but these errors were encountered:
After investigation, blackbox SDK uses NSRequest, and after investigation, the UserAgent in NSRequest will be affected by NSUserDefault. Does this SDK obtain the UserAgent through NSRequest?
When generating blackbox, is it necessary to use the UserAgent set in NSUserDefault? Currently, it is found that our app has deleted the original setting method because ios17 no longer supports setting UserAgent for Webview through NSUserDefault, causing blackbox recognition to fail and triggering SMS authentication.
The text was updated successfully, but these errors were encountered: