What is missing to develop great apps for OS X and iOS

Something you want to see in a LiveCode product? Want a new forum set up for a specific topic? Talk about it here.

Moderator: Klaus

Post Reply
Mag
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 802
Joined: Fri Nov 16, 2012 10:51 pm

What is missing to develop great apps for OS X and iOS

Post by Mag » Fri Aug 22, 2014 10:49 am

LiveCode is great but, in my opinion, some shortcomings, make it difficult to use it to develop great apps. Here is what is needed from the point of view of a developer. This list is compiled according to my personal experience after a year of livecoding, other people might have different ideas. There are several things that you can't do with LiveCode, but I think these are the most important. Please post your opinions.

OS X
In-App purchases
Toolbars
iCloud
Assisted process for Code Signing and Sandboxing (currently you can use http://www.ohanaware.com/appwrapper/)
Native Sharing

iOS
Native Sharing (currently you can use MergExt http://mergext.com)
Native controls (implemented in a LiveCode way)
iCloud
Suspended mode (currently you can try MergExt http://mergext.com)

PS
This list shows concrete things, which are used in the daily work of a developer. The official road map of LiveCode is wonderful and addressed more general aspects that may be necessary to implement these things in the future. You can find it here http://livecode.com/community/roadmap/

pthirkell
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 93
Joined: Tue Nov 17, 2009 6:47 pm

Re: What is missing to develop great apps for OS X and iOS

Post by pthirkell » Sun Oct 26, 2014 6:42 am

With the enhanced features of iCloud I agree that iCloud integration is now becoming a a "must have" for great Mac apps. Maybe widgets will 'make a way' for what would be a great feature!

Epidexia
Posts: 8
Joined: Tue Dec 30, 2014 5:49 am

Re: What is missing to develop great apps for OS X and iOS

Post by Epidexia » Tue Dec 30, 2014 5:52 am

I agree with both Mag and pthirkell. I've been holding my breath for over a year now waiting for Livecode to implement iCloud. The sooner that happens the better. I don't understand why it hasn't been implemented to date.

drkosta
Posts: 34
Joined: Wed May 22, 2013 8:40 pm
Contact:

Re: What is missing to develop great apps for OS X and iOS

Post by drkosta » Mon Feb 09, 2015 11:19 am

play command on multiple channels for OS X (Desktop, Windows etc.)

or

start player with imported referenced audiofiles (audioClips) something like (set filename of "myPlayer" to "imported_referenced_Audiofile/mySound.wav"


On iOS and Android it is no problem to play multiple audiofiles at same time on different channels. But on OS X there is no option like that. with play you can only play one soundfile on same time. There is a workaround with generating multiple players, but they can only play a soundfile when the filepath is given. This is ok as far as you design desktop apps for your own. But if you want to deploy them to the world it is necessary to integrate soundfiles into the stack. But "player" cannot use imported referenced audioClips as "filepath".

For creating a Destop-App with background music and soundeffects with LiveCode there is no way if you want to share a single AppFile to the World. Or maybe someone has a workaround?

Thanks in advance

Kosta

Post Reply