This thread is for me to ask questions that i need help with. I will also update the main post for every solution contributed by other devs. So everyone can benefit from it [:
- How can i create a patch or update for an app?
[lua]-- Replied by: peach pellen
"Create the update, build it and set the version at 1.1, 2.0, etc., whatever you want.
Then you can upload it to Apple.
It’s a lot less effort than the first build ;)"[/lua]
-
Is there a folder format for where i should put my pictures and save files in? Or i can just put everything in one folder with the .lua files?
[lua]-- Replied by: peach pellen
“One folder is fine - and an update is easy for the iPhone.”[/lua] -
If i update a new version, will it replace the save file that is already in the iPhone? My save file is generated when the player quits the game.
[lua]-- Replied by: peach pellen
“Add this;”
settings =
{
iphone = {
plist = {
UIApplicationExitsOnSuspend = false
}
}
}
“in build.settings”[/lua]
-
Another question caught up while testing my game on my iphone. How do i make the game suspend when i press my home button?
[lua]-- Replied by: peach pellen
“For the updated version, I’m not actually certain - I believe it wont, no.”[/lua] -
How do i delete save file from my iphone after i am done testing with my own game?
[lua]-- Replied by: peach pellen
“When you delete your app from your phone the save file is also deleted. (This is why I BELIEVE updating keeps it intact, although again I am not certain on this point.)”[/lua] [import]uid: 74723 topic_id: 12588 reply_id: 312588[/import]

