iovation / deviceprint-SDK-iOS

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

Hi, is the "Access WiFi Information" entitlement still required? #24

Closed DigitalZebra closed 3 years ago

DigitalZebra commented 3 years ago

Hello, In the process of integrating this SDK with our app, we encountered step 6 from the README:

For Xcode 10 (and above), allow Device Risk to collect wireless network information: Configure your app to include the "Access WiFi Information" capability. Turning the capability on for your application target in Xcode 10 (and above) will update the app's entitlements file and provisioning profile.

This entitlement is not required for (and breaks automatic code signing of) apps built by earlier versions of Xcode.

Adding the com.apple.developer.networking.wifi-info entitlement can be problematic for a few reasons. So, we're curious if this step can be omitted? Will a blackbox value still be generated if this entitlement isn't granted?

Thanks!

sara-porter-iovation commented 3 years ago

Hello! A blackbox will still be generated without the entitlement.

Cheers, Sara