Questions
Median biometrics working in simulator but not on actual device
Hello
I am trying to add biometric functionality for an ecommerce webview app [sap cc, composable storefront with angular 19] using median native biometric plugin with npm.
Default account sign in functionality is using angular oauth2 oidc. Currently adding biometric check after default login.
All console logs including save secret are coming up for ios in median app simulator [ For android, Median npm version doesn't seem working as only console log it returns is - 'GoNative library injection success' ]
while validating on iphone 16 pro with TestFlight, it's always falling back to default login and no automated messages of secret being created or saving seen.
questions --
-
Referencing 'Median.auth.status', Median.auth.save, Median.auth.get' as utilizing npm package is that corrected reference or need to use 'median' in all these insances --- It appear Median native bridge isn't calling ios/ android biometrics , Is that correct assumption
-
Does biometrics requires auth plugin to be enabled on median app studion or enabling biometrics is sufficient
-
Any additional permissions needed for ios FaceID as reading about Info.plist.additions with median app studio and adding related configuration
-
median app studio - ios simulator ss below
-
Looking forward to hear back soon
Thanks!

