mobilePickPhoto crashing app

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Scoperzor
Posts: 78
Joined: Tue Jan 27, 2015 1:10 pm

mobilePickPhoto crashing app

Post by Scoperzor » Fri Jan 06, 2017 6:31 am

Hi all

Using mobilePickPhoto, 99% of users don't have an issue with my application. However, there have been a few instances where the application crashes back to the home screen as soon as the command is triggered. These users are on iPad airs (not the older iPads like iPad 2), on the newest iOS version and have allowed full access (including camera access) to the application.

I have tried specifying the following options:
mobilePickPhoto "front camera", 640, 480
mobilePickPhoto "rear camera", 640, 480
mobilePickPhoto "camera"
mobilePickPhoto "library"

All 4 immediately crash before any camera/library picking windows appear.

Any ideas or alternatives?

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7390
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: mobilePickPhoto crashing app

Post by jacque » Fri Jan 06, 2017 5:56 pm

Crashes like this are bugs that need to be reported and fixed by LC. You can do that here:

http://quality.livecode.com
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Post Reply