iovation / deviceprint-SDK-iOS

iovation device print SDK for iOS
Other
34 stars 13 forks source link

Quests #39

Open zhaojb9 opened 6 months ago

zhaojb9 commented 6 months ago

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.

zhaojb9 commented 6 months ago

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?