Search found 6 matches
- Fri Jun 19, 2020 8:55 pm
- Forum: iOS Deployment
- Topic: unable to install...iOS 13.1.2, xCode 11.3.1, OS X 10.14.6, LC 9.6.0 stable_SOLVED
- Replies: 11
- Views: 8369
Re: unable to install...iOS 13.1.2, xCode 11.3.1, OS X 10.14.6, LC 9.6.0 stable
Jean-Marc, I had a similar issue, though with a later version of Xcode (11.4) - everything ran fine on the simulator and LC compiled everything to a standalone version but I couldn't install to an actual device. The problem turned out to be the profile I'd generated (and had selected on the standalo...
- Thu Jun 11, 2020 2:51 pm
- Forum: iOS Deployment
- Topic: mergLAEvaluate for Face ID?
- Replies: 2
- Views: 3219
Re: mergLAEvaluate for Face ID?
Panos,
Many thanks, that worked a treat.
Paul
Many thanks, that worked a treat.
Paul
- Thu Jun 11, 2020 12:57 pm
- Forum: iOS Deployment
- Topic: mergLAEvaluate for Face ID?
- Replies: 2
- Views: 3219
mergLAEvaluate for Face ID?
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. ...
- Wed Sep 19, 2018 11:49 am
- Forum: iOS Deployment
- Topic: Connecting to Postgresql or ODBC from iOS
- Replies: 1
- Views: 3303
Connecting to Postgresql or ODBC from iOS
I have a client who's just started down the route of having a new system built - it's Rails based, hosted on Heroku and is using PostgreSQL for the DB. They'd quite like a simple mobile app as well and as I just happen to have LiveCode available I was showing them what could be achieved in a short s...
- Tue Jul 26, 2016 1:47 pm
- Forum: iOS Deployment
- Topic: Another screen size question (iphone6)
- Replies: 2
- Views: 3460
Re: Another screen size question (iphone6)
François, Thanks - not quite what I was looking for but it did give me the push to look at the problem again. The issue was - there wasn't an issue! All I need to do was set fullscreenmode to "exactFit" and leave it at that. Instead I decide to make a call to iphoneDeviceResolution() right at the st...
- Mon Jul 25, 2016 9:08 am
- Forum: iOS Deployment
- Topic: Another screen size question (iphone6)
- Replies: 2
- Views: 3460
Another screen size question (iphone6)
I'm moving/updating one of my apps from android to iOs as well as from LC 6 to LC 8 and have an issue with the screen size suggested by LC 8 and what appears in the simulator for an iPhone 6 (and 6s). I'm a little bit rusty on the LC mobile side as it's been a couple of years since I've needed to do...