Search found 9 matches

by VertPingouin
Sun Sep 25, 2016 7:54 pm
Forum: Support and Development
Topic: [Resolved] File sharing under iOS
Replies: 13
Views: 7824

Re: File sharing under iOS

At last ! I just replaced this by appdata = normalize(Filesystem::getUserDirectory() + "/Documents/"); And change commented save_identity here so I don't have to put file in appname folder. I put my xml in itunes then I just have to get them in root directory ! @s-ol : thank you so much fo...
by VertPingouin
Sun Sep 25, 2016 6:06 am
Forum: Support and Development
Topic: [Resolved] File sharing under iOS
Replies: 13
Views: 7824

Re: File sharing under iOS

Yes it is. But there must be something I miss here. After making the appdata folder point to the document folder, how do I access it from my love project ? For now, I'm looking for xml files within my love folder so with an relative path, something like Yes, I was just missing love.filesystem.getAp...
by VertPingouin
Fri Sep 23, 2016 8:16 pm
Forum: Support and Development
Topic: [Resolved] File sharing under iOS
Replies: 13
Views: 7824

Re: File sharing under iOS

Sorry for the mess in my post ! I'll try to clarify this a bit : 1. If you can read and write data to the Documents directory, then everything is accomplished, no? What's the problem / what are you triyng to do now? Yes it is. But there must be something I miss here. After making the appdata folder ...
by VertPingouin
Fri Sep 23, 2016 5:08 pm
Forum: Support and Development
Topic: [Resolved] File sharing under iOS
Replies: 13
Views: 7824

Re: File sharing under iOS

I understand that. After doing that, my appdata folder is my documents folder. So when I add files from itunes, I can access it by accessing the filesystems appdata string. Ok I get that. I still don't know how to get documents folder on the fly but let's put that aside. Anyway it's something like /...
by VertPingouin
Fri Sep 23, 2016 12:03 pm
Forum: Support and Development
Topic: [Resolved] File sharing under iOS
Replies: 13
Views: 7824

Re: File sharing under iOS

Anyone ?
by VertPingouin
Wed Sep 21, 2016 7:30 pm
Forum: Support and Development
Topic: [Resolved] File sharing under iOS
Replies: 13
Views: 7824

Re: File sharing under iOS

Ok, I misplaced my debug breakpoint. Ok, I've got the appdata folder now.
I'm not sure to understand what I should make of it. What is this appdata folder ?
I also have the game source folder where I could copy my xmls... But I still don't see what to do without the document folder.
by VertPingouin
Tue Sep 20, 2016 5:42 am
Forum: Support and Development
Topic: [Resolved] File sharing under iOS
Replies: 13
Views: 7824

Re: File sharing under iOS

I run straight into fusing my game ! It works well unfused of course. But this is not what I'm looking for, thank you though slime, you made my life simpler for now. @s-ol : when I look at the Filesystem object in debug mode, the appdata string is an empty string. But I've got the game_source full p...
by VertPingouin
Sun Sep 18, 2016 7:09 am
Forum: Support and Development
Topic: [Resolved] File sharing under iOS
Replies: 13
Views: 7824

Re: File sharing under iOS

Anyone ? Here is where I am now : File sharing is used to transfer love projects to be able to select them within the app, but the code chunk is never called when my love project is integrated. This is not what I'm looking for, but that's a start. I'm now sure that I can't access it within my lua co...
by VertPingouin
Wed Sep 14, 2016 6:50 am
Forum: Support and Development
Topic: [Resolved] File sharing under iOS
Replies: 13
Views: 7824

[Resolved] File sharing under iOS

Hello everyone, I wonder if it is possible to use file sharing of itunes to feed my game with xmls (containing custom levels datas). Currently, file sharing is activated by default in iOS source but I've no idea where I'm putting shared file. As I can understand here https://developer.apple.com/libr...