Facial ID
Re: Facial ID
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
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