views:

54

answers:

3

I want to make an app that measure the amount of data I use while surfing on my Iphone over 3g network.

Things I would like to incorporate; - UIPickerView (to set the amount of data I want to to use before an alert shows) - AlertView ( the warning that my data is about to exceed) - Run in the background.

So basically, i want to be able to set the amount of data I have on my Data plan. I want to set the amount of data I can use before the AlertView shows and tell me I'm soon over my set limit. And last, I want it to run in the background (multitask enabled).

How do I make this app, and again I'm new to development so I wanted to start off with small apps like this. So please, can anyone help me and kind of tutor me in this?

Thanks David H.

A: 

This is likely not possible on the iPhone, as it requires access to system interals. You'd be better off starting with a project that doesn't require external inputs, like a calculator. Much less exciting, I am sure, but decidedly more achievable.

Seamus Campbell
A: 

This is definitely not possible. Your app can't plug into the network stack and watch bytes fly by, nor can you have this run in the background on iOS 4, since it doesn't match one of the 4 archetypes for background apps (audio; location services; long-running task; VOIP).

As Seamus Campbell mentioned, this is definitely not a "small app" to start off with.

Shaggy Frog
+1  A: 

Having that said I agree with shaggy it will be hard to pass the app through the review process.

Piotr Czapla
Thank you, I knew it could be a too big project but the idea was pretty good I think.Thanks Piotr, I will check that out. please post again if you have any more info where I can look or if you wanna help me out.David
David Holmes