mergLAEvaluate for Face ID?

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
paulw
Posts: 8
Joined: Mon Jul 25, 2016 8:41 am

mergLAEvaluate for Face ID?

Post by paulw »

Has anyone had any success using mergLAEvaluate on devices that have Face ID?

By using the sample code from the LiveCode lessons I've managed to get this working fine for Touch ID based devices but when I try the same code on later Face ID based devices the app aborts when mergLAEvaluate is called.

So far I've tried it on the iOS Simulator (xCode 11_4_1 works on 6s, crashes on X upwards) and a physical device (iOS 13_5) - both under the latest version of LiveCode (9_6_0).
LiveCode_Panos
Livecode Staff Member
Livecode Staff Member
Posts: 870
Joined: Fri Feb 06, 2015 4:03 pm

Re: mergLAEvaluate for Face ID?

Post by LiveCode_Panos »

Hello paulw,

You need to customise the plist file - see https://quality.livecode.com/show_bug.cgi?id=21859 for more details.

Kind regards,
Panos
--
paulw
Posts: 8
Joined: Mon Jul 25, 2016 8:41 am

Re: mergLAEvaluate for Face ID?

Post by paulw »

Panos,

Many thanks, that worked a treat.

Paul
Post Reply