My application is downloading data from web such as JSON, pictures, e.t.c. When installed the amount of data is supposed to be more than 50mb.
It will be expensive for those who use 3G connection. I guess my application needs to find out what is the type of the internet connection, I was told that Apple has it’s own requirements for downloads, but I couldn’t find any useful information from internet.
Besides that my app gives an option to download wallpaper to pictures gallery, and I guess I need to check for the connection type at this point, too?
I presume from your other question that you’ve discovered Reachability, from which you can determine how you’re connected to the Internet.
And in answer to your other question, yes, it’s reported that Apple discourages apps that download too much data over cellular connections. On Avoiding iPhone App Rejection at mobileorchard.com, they suggest:
I’ve seen this cellular bandwidth limit of 4.5 mb per five minutes of activity sited elsewhere, too, though not in any formal Apple guidelines (such as their App Store Guidelines).