Page 1 of 1
secureKeyExists( ) throws error in iOS sim
Posted: Thu Jan 03, 2019 10:53 pm
by allengwinn
I have something that starts out:
if secureKeyExists(theKey) then ....
When I run it on the simulator it throws an exception. Do I need to do something (like deploy it to a "real" iPhone) in order to get it to work?
Re: secureKeyExists( ) throws error in iOS sim
Posted: Fri Jan 04, 2019 12:37 pm
by LiveCode_Panos
Hello allengwinn,
Have you checked "Secure Key Storage" in the Inclusions pane of the standalone settings?
Best,
Panos
--
Re: secureKeyExists( ) throws error in iOS sim
Posted: Fri Jan 04, 2019 10:24 pm
by allengwinn
I have "search for required..." checked instead of picking them manually. It appears to work on the iPhone itself. Just not the simulator.
Re: secureKeyExists( ) throws error in iOS sim
Posted: Mon Jan 07, 2019 3:37 pm
by allengwinn
Yes, it just hangs on iOS too. I backed it out and went to using encrypt and decrypt with a variation on a PIN for the time being.