I have a little question, I have just started my way developing, newly to this, have already submitted some little with Nokia but am very excited about apple app store, I’m cocos2d to help me with it, to the point,
My app downloads a text file that is under 500Bytes in size around 3 times in it’s life, in It’s life I mean that’s it, even if you close your app, it’s done with it.
The second thing is when you click a special faceboo, twitter button, it downloads a text that is also very small in size, and use it as an input text to share it on facebook or twitter,
That’s all without the knowledge of the user, but if it’s not connected to the internet, it will not interpret the user and will take the last version it have.
Although in some places of my app, I warn my user if there’s no internet, but not in the facebook button.
Hope I delivered my question clear enough, thank you !
Your app can download files, and can request XML or JSON.
You don’t have to inform users about download or request process.
These actions are not reasons for being rejected by AppStore.