Extend LiveCode with iOS SDK..

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
DevBoyLars
Posts: 216
Joined: Wed Feb 27, 2013 9:04 pm

Extend LiveCode with iOS SDK..

Post by DevBoyLars » Thu Jan 15, 2015 7:48 pm

Hi there,
is it right, that I can extend LiveCode by myself with the iOS-SDK to access iOS features?

If the answer is yes: Does this work every time, even if the iOS-SDK is brand new released?

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10052
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Extend LiveCode with iOS SDK..

Post by FourthWorld » Thu Jan 15, 2015 9:00 pm

Right now access to OS APIs is done through LiveCode's externals API. Very soon we'll start getting pre-release versions of LiveCode 8.0, which will allow OS API access directly in our scripts.

As for API longevity, that's up to the API provider. If you write code today that uses an API the vendor later deprecates, you'll need to update your code.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

DevBoyLars
Posts: 216
Joined: Wed Feb 27, 2013 9:04 pm

Re: Extend LiveCode with iOS SDK..

Post by DevBoyLars » Thu Jan 15, 2015 9:23 pm

Ok, thank you :)

So, just to be clear - that means:

Right now, I can access EVERY iOS-API-Function via LiveCode's external API (such as iCloud-features).

And in LC8 I can access them directly in my script. What means, that things like mergExt are useless in LC8 - right?


BTW: Very soon means? And do you know, if it will be possible to test Apps directly on the device without simulator?

Post Reply