The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Mobile Programming
> iPhone SDK Development
|
GPS Tracking Systems Integration App - Is it possible?
Discuss GPS Tracking Systems Integration App - Is it possible? in the iPhone SDK Development forum on Dev Shed. GPS Tracking Systems Integration App - Is it possible? iPhone SDK Development forum focused on the discussion of programming for the Apple iPhone.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

March 12th, 2013, 05:35 PM
|
|
Contributing User
|
|
Join Date: Nov 2004
Posts: 72

Time spent in forums: 1 Day 8 h 37 sec
Reputation Power: 9
|
|
|
GPS Tracking Systems Integration App - Is it possible?
I do web app development (coldfusion). My company wants to track the physical location of our employees (we own their phones).
It seems all of the apps out there for GPS tracking have their own GUI and back-end. What I would like is an app that runs quietly in the background of the mobile device (iphones) and periodically sends data to my web app via callback url or directly into the web app's database. It really only needs to send 3 pieces of information: phone number, latitude, longitude. Then my web app can handle map plotting and various other applications.
Is this possible? If so, is it something that would need to be approved by Apple before it can be distributed to the employees' phones? For someone who has no mobile development experience, how hard would it be to develop?
|

March 12th, 2013, 07:06 PM
|
 |
Lost in code
|
|
|
|
|
As far as I know it's possible.
If the phones are rooted you'll have no problem getting it onto them. If they're not rooted, then it's a bit tricky to do without putting the app into the market. With an apple developer certificate I believe they have some method by which you can load an unapproved app onto a phone (to allow debugging). There are some manual steps involved, possibly something like entering an ID from each of the phones when you build the app, but I can't remember exactly what.
Also I believe the official SDK only runs on OS X.
What you're trying to build doesn't sound particularly complicated. I'm pretty sure objective C is quite a bit different from ColdFusion, but if you've ever worked with a C-family language (C/C++/C#/Java/PHP) you should be able to pick it up pretty quickly. There will also be a bit of a learning curve with the SDK; expect to spend at least a few days and possibly a week or so getting that set up and working.
|

March 15th, 2013, 10:57 AM
|
|
Contributing User
|
|
Join Date: Nov 2004
Posts: 72

Time spent in forums: 1 Day 8 h 37 sec
Reputation Power: 9
|
|
I found the android app GPS Web Broadcaster that appears to do exactly what I need, except that it's for android. Anyone know if an app like this exists for iphone?
|

March 27th, 2013, 11:06 AM
|
|
Registered User
|
|
Join Date: Mar 2013
Posts: 1
Time spent in forums: 58 m 13 sec
Reputation Power: 0
|
|
Quote: | Originally Posted by rawk I do web app development (coldfusion). My company wants to track the physical location of our employees (we own their phones).
It seems all of the apps out there for GPS tracking have their own GUI and back-end. What I would like is an app that runs quietly in the background of the mobile device (iphones) and periodically sends data to my web app via callback url or directly into the web app's database. It really only needs to send 3 pieces of information: phone number, latitude, longitude. Then my web app can handle map plotting and various other applications.
Is this possible? If so, is it something that would need to be approved by Apple before it can be distributed to the employees' phones? For someone who has no mobile development experience, how hard would it be to develop? |
Are you intend to build own application and don't need to publish on the app store? I think your problem is quite popular in iOS core concept and it was be solve rapidly if you have a object-C knowledge
|

April 5th, 2013, 01:55 PM
|
|
Contributing User
|
|
Join Date: Nov 2004
Posts: 72

Time spent in forums: 1 Day 8 h 37 sec
Reputation Power: 9
|
|
Quote: | Originally Posted by jin_nguyen Are you intend to build own application and don't need to publish on the app store? I think your problem is quite popular in iOS core concept and it was be solve rapidly if you have a object-C knowledge |
I don't intend on publishing the app unless it's absolutely necessary.
I have no experience developing iOS apps. But since it seems no one has published the simple app that I require, I will have to learn.
|

April 9th, 2013, 03:50 PM
|
 |
Contributing User
|
|
Join Date: Apr 2009
Location: Atlanta, GA
Posts: 43
Time spent in forums: 8 h 11 m 10 sec
Reputation Power: 5
|
|
There is a basic version of what you are looking for in a beginners coding book for linear c. Book is called "ios programming the big nerd ranch guide" by conway and hillegass. I have it on my kindle about half way finished. Check out chapter 5 on MapKit. Should be simple. Theres a free one out there already called 'find my friends'...?
JOhn
Quote: | Originally Posted by rawk I don't intend on publishing the app unless it's absolutely necessary.
I have no experience developing iOS apps. But since it seems no one has published the simple app that I require, I will have to learn. |
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|