Page 1 of 1

Facial ID

Posted: Wed Feb 20, 2019 9:29 am
by stevec
Does the facial ID on iphone work same as touch id? Do not have a newer phone to test but I think facial replaces touch on the 10. Curious if any new coding will be needed.

Re: Facial ID

Posted: Tue Mar 19, 2019 1:40 am
by stevec
Anybody??

Just now testing and if touch is enabled on a new iphone 10s with facial id the app crashes and will not even show log on screen

This must be the code causing it to crash

* Touch ID Fingerprint log in?
#COM_OWNER.Get_SharedState Variablename('CC_TouchID') Value(#CSBOOL)
If Cond(#CSBOOL = True)
#COM_OWNER.Set Property('/Form.TouchID.Enabled') To(true)
#COM_OWNER.Set Property('/Form.TouchID.OnAuthenticated') To(TOUCHID)

Endif