RunRev App Launch into Different iOS App
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
RunRev App Launch into Different iOS App
Hey Livecoders,
What are the script(s) required to launch into another iOS application from your RunRev App?
Thanks so much.
-Tester2
What are the script(s) required to launch into another iOS application from your RunRev App?
Thanks so much.
-Tester2
Re: RunRev App Launch into Different iOS App
Hi anonymous,
Can you be more specific? If you need to launch one app from another app, you need to hack around in plist files. What exactly do you want?
Kind regards,
Mark
Can you be more specific? If you need to launch one app from another app, you need to hack around in plist files. What exactly do you want?
Kind regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: RunRev App Launch into Different iOS App
Hey Mark,
I wrote my question incorrectly...what I'm trying to do is call/open my RunRev App from a different second app.
I know with some programs you can use a URL to launch into a different application.
Is this a similar deal?
Thanks so much!
-Tester2
I wrote my question incorrectly...what I'm trying to do is call/open my RunRev App from a different second app.
I know with some programs you can use a URL to launch into a different application.
Is this a similar deal?
Thanks so much!
-Tester2
Re: RunRev App Launch into Different iOS App
Hi,
If you want to open your app from another app, you need to define the protocol for your app in the plist file. Since you can't specify your own plist file in the standalone settings, you need to hack the standalone settings. I can't find a good example that quickly, but I'm sure you can find an example of a URL scheme in a plist file somewhere on the 'net.
Kind regards,
Mark
If you want to open your app from another app, you need to define the protocol for your app in the plist file. Since you can't specify your own plist file in the standalone settings, you need to hack the standalone settings. I can't find a good example that quickly, but I'm sure you can find an example of a URL scheme in a plist file somewhere on the 'net.
Kind regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
-
- Posts: 379
- Joined: Thu Dec 08, 2011 2:43 am
Re: RunRev App Launch into Different iOS App
Similarly, is there a way to have your iOS included in the "Open With" list that shows in the mail app when there is an attachment?
Re: RunRev App Launch into Different iOS App
Hi,
Yes, but only theoretically. Again, you need to fiddle with the plist file, but now it is even more difficult, because LiveCode has no way to retrieve information about the document you're trying to open. You may be able to launch your LiveCode app, but you won't be able to find out which document Mail wanted to send to your LiveCode app. A development platform that can do this is Phonegap.
Kind regards,
Mark
Yes, but only theoretically. Again, you need to fiddle with the plist file, but now it is even more difficult, because LiveCode has no way to retrieve information about the document you're trying to open. You may be able to launch your LiveCode app, but you won't be able to find out which document Mail wanted to send to your LiveCode app. A development platform that can do this is Phonegap.
Kind regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: RunRev App Launch into Different iOS App
I think you are looking for the "launch" command. See the dictionary. It will launch your second app.Tester2 wrote:Hey Mark,
I wrote my question incorrectly...what I'm trying to do is call/open my RunRev App from a different second app.
I know with some programs you can use a URL to launch into a different application.
-Tester2
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
Re: RunRev App Launch into Different iOS App
Hi Jacque,
Does that work on iOS?
Mark
Does that work on iOS?
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode