Post

Replies

Boosts

Views

Activity

Comment on Permission requirements for LAContext's canEvaluatePolicy
Thanks for you reply. That makes sense. I want to prevent having the biometric authentication permission popup show up to our users as we are not actually using biometrics to authenticate. From what I understand, including the privacy string will not trigger the popup, but rather the usage of evaluatePolicy will. If this is the case, there are no downsides to including the privacy string on my end.
Topic: Privacy & Security SubTopic: General Tags:
Jun ’25
Comment on Behavior differences when using CBCentralManager on different iPhone configurations
So it looks like the difference in behavior is due to the difference in iOS version. The reason I am trying to get to the bottom of this is because we are trying to make our testing process more robust. Would we need to test on every iOS version that we support to ensure that our application works as intended on all versions? Since it seems like we are getting different behavior based on the iOS version that is running.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’25
Comment on Behavior differences when using CBCentralManager on different iPhone configurations
Hmm we are using the same ipa file to test on both devices though. Thank you for the information regarding the privacy string when using CBCentralManager. Do you have insight into whether a privacy string is needed for using LAContext's canEvaluatePolicy function? From testing, it looks like a privacy declaration is only needed when using LAContext's evaluatePolicy which would actually authenticate the user.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’25