Re: add file extension share for iOS app

2019-03-20 Thread Matthias Rebbe via use-livecode
I´ve created a more detailed lesson about the needed steps here: http://lessons.livecode.com/m/4069/l/1069016-associating-a-file-type-file-extension-with-an-lc-ios-app Regards, Matthias > Am 20.03.2019 um 01:02 schrieb Matthias Rebbe via use-livecode > : > > I´ve managed to get it now working

Re: add file extension share for iOS app

2019-03-20 Thread Bob Sneidar via use-livecode
Good job Matthias! It always amazes me the resourcefulness of the LC community. Bob S > On Mar 19, 2019, at 17:02 , Matthias Rebbe via use-livecode > wrote: > > I´ve managed to get it now working. > > So i am now able to open an email attachment on my iOS device in my Livecode > App. > >

Re: add file extension share for iOS app

2019-03-19 Thread Matthias Rebbe via use-livecode
I´ve managed to get it now working. So i am now able to open an email attachment on my iOS device in my Livecode App. I´ve created a little tool, which makes it a bit easier to create/modify the additional needed lines for the plist file. I´ve uploaded it to Livecode Share and it´s called IOS-

Re: add file extension share for iOS app

2019-03-18 Thread Matthias Rebbe via use-livecode
Tried now yesterday and today eving, but without success. I´ve created the ios standalone. copied the info.plist to the desktop and inserted this CFBundleDocumentTypes CFBundleTypeName mrtest CFBundleTypeRole Viewer

Re: add file extension share for iOS app

2019-02-22 Thread Ludovic THEBAULT via use-livecode
> Le 22 févr. 2019 à 12:05, Matthias Rebbe via use-livecode > a écrit : > > Ludovic, > > thank you very much. I will try today evening. But how will i handle the file > in the App. > Can i use the $1 variable for this like in the desktop apps? Or is there a > special message that takes care

Re: add file extension share for iOS app

2019-02-22 Thread Matthias Rebbe via use-livecode
Ludovic, thank you very much. I will try today evening. But how will i handle the file in the App. Can i use the $1 variable for this like in the desktop apps? Or is there a special message that takes care of it? Matthias > Am 22.02.2019 um 11:01 schrieb Ludovic THEBAULT via use-livecode > : >

Re: add file extension share for iOS app

2019-02-22 Thread Ludovic THEBAULT via use-livecode
> Le 22 févr. 2019 à 10:06, Matthias Rebbe via use-livecode > a écrit : > > Hi, > > i don´t know if it is the correct expression in the topic. > > I need the possibility to share an email attachment on iOS with my iOS app. > I want to be able to open a .txt file received by email on iOS with

add file extension share for iOS app

2019-02-22 Thread Matthias Rebbe via use-livecode
Hi, i don´t know if it is the correct expression in the topic. I need the possibility to share an email attachment on iOS with my iOS app. I want to be able to open a .txt file received by email on iOS with my installed app. Is there a way to do this with LC. Do i have to edit the plist file man