Jump to content

I'm currently using some provider for mobile services, and I have 5000sms, 5000min and 15GB data included. 

I can check my usage if I log in on website with my credentials and open correct tab.

 

Sadly this provider doesn't offer any application to check my usage etc. so I'm wondering how hard would it be, to create iOS application for iPhone, to check my usage with app instead of going on website.

I'm not even close to being programmer, but I think I understand the basic that needs to be done.

 

Program should connect to that website and fill username and password that I set in settings of the app, then program in the background check if log in was successfull, then redirect to correct page, and "download" or "read" data from display. It will then use those numbers and present it with some nice circles like this:

 

593980227067d_2017-05-2211_58_23.thumb.png.811caff168a3b95d638d4824d8f9fa9c.png

 

This is the picture of what another carrier in our country is using.

 

Would it be hard to make app like this?

Intel i7 12700K | Gigabyte Z690 Gaming X DDR4 | Pure Loop 240mm | G.Skill 3200MHz 32GB CL14 | CM V850 G2 | RTX 3070 Phoenix | Lian Li O11 Air mini

Samsung EVO 960 M.2 250GB | Samsung EVO 860 PRO 512GB | 4x Be Quiet! Silent Wings 140mm fans

WD My Cloud 4TB

Link to comment
https://linustechtips.com/topic/790535-application-to-check-mobile-usage/
Share on other sites

Link to post
Share on other sites

2 minutes ago, Simon771 said:

I'm currently using some provider for mobile services, and I have 5000sms, 5000min and 15GB data included. 

I can check my usage if I log in on website with my credentials and open correct tab.

 

Sadly this provider doesn't offer any application to check my usage etc. so I'm wondering how hard would it be, to create iOS application for iPhone, to check my usage with app instead of going on website.

I'm not even close to being programmer, but I think I understand the basic that needs to be done.

 

Program should connect to that website and fill username and password that I set in settings of the app, then program in the background check if log in was successfull, then redirect to correct page, and "download" or "read" data from display. It will then use those numbers and present it with some nice circles like this:

 

593980227067d_2017-05-2211_58_23.thumb.png.811caff168a3b95d638d4824d8f9fa9c.png

 

This is the picture of what another carrier in our country is using.

 

Would it be hard to make app like this?

It would be pretty hard because you have to log all phone calls text and data exchanges. I don't think apple gives devs this level of acsess to the phone's hardware. In addition you have to pay 100 dollars to be an apple developer. Not worth it IMO

Link to post
Share on other sites

7 minutes ago, TheComputerdude said:

It would be pretty hard because you have to log all phone calls text and data exchanges. I don't think apple gives devs this level of acsess to the phone's hardware. In addition you have to pay 100 dollars to be an apple developer. Not worth it IMO

I don't need to monitor that on my phone.

When I log in on website from my carrier I get those infos:

 

bob.png.750e7b7ec04df5c617813f9d80ec7a61.png

 

 

So everything is logged here, and I just need application to log on this website, read those numbers and display it in nice graphs or something.

 

But having to pay 100€, just to make application doesn't make it interesting for me.

I have to pay that price even if I don't want to officially publish app in store? What if I wanted to make application just for myself?

Intel i7 12700K | Gigabyte Z690 Gaming X DDR4 | Pure Loop 240mm | G.Skill 3200MHz 32GB CL14 | CM V850 G2 | RTX 3070 Phoenix | Lian Li O11 Air mini

Samsung EVO 960 M.2 250GB | Samsung EVO 860 PRO 512GB | 4x Be Quiet! Silent Wings 140mm fans

WD My Cloud 4TB

Link to post
Share on other sites

If you're pinging your carrier's website anyway, what's wrong with using the website via browser?

 

Otherwise, I'm going to assume the site works using standard HTTP GET and POST requests or whatnot to log in and grab info. You just need to know what URLs to poke at and what data (and in what format) they're expecting.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×