Documents and iTunes
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Documents and iTunes
Hey!
Is there a mechanism to have document files created/written to by LC to be available in iTunes File Sharing?
Thanx.
Is there a mechanism to have document files created/written to by LC to be available in iTunes File Sharing?
Thanx.
Re: Documents and iTunes
Sorry to bump my own post… no one has any thoughts on this?
-
- Posts: 125
- Joined: Sat Jan 31, 2009 12:01 am
Re: Documents and iTunes
under iOS settings, check file sharing, then your app will show up in the APP section of itunes where you can browse, add, delete files.
on mouseUp
set the defaultFolder to specialFolderPath("Documents")
put field "write" into URL ("file:iphonetest.txt")
end mouseUp
Get the data back out of our file
on mouseUp
set the defaultFolder to specialFolderPath("Documents")
put URL ("file:iphonetest.txt") into field "read"
end mouseUp
or see the lessons.runrev.com section and search under" ios save file"
on mouseUp
set the defaultFolder to specialFolderPath("Documents")
put field "write" into URL ("file:iphonetest.txt")
end mouseUp
Get the data back out of our file
on mouseUp
set the defaultFolder to specialFolderPath("Documents")
put URL ("file:iphonetest.txt") into field "read"
end mouseUp
or see the lessons.runrev.com section and search under" ios save file"
Re: Documents and iTunes
Thanks… but can you be more specific just where in iOS settings this flag is located. I am having trouble finding it.
I also see nothing mentioned at lessons.runrev.com regarding accessing data files for iOS apps in iTunes.
FYI, my app has created a file at specialFolderPath("Documents")&"/locations.txt". I see no way to access it from iTunes.
I also see nothing mentioned at lessons.runrev.com regarding accessing data files for iOS apps in iTunes.
FYI, my app has created a file at specialFolderPath("Documents")&"/locations.txt". I see no way to access it from iTunes.
-
- Posts: 125
- Joined: Sat Jan 31, 2009 12:01 am
Re: Documents and iTunes
see the screenshot
Re: Documents and iTunes
I see (he said slapping hand to forehead). For some reason I was looking in the Settings app on the iOS device.
Thank you.
Thank you.