iPhone SDK Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsMobile ProgrammingiPhone SDK Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old March 12th, 2013, 05:35 PM
rawk rawk is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2004
Posts: 72 rawk User rank is Private First Class (20 - 50 Reputation Level)rawk User rank is Private First Class (20 - 50 Reputation Level) 
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?

Reply With Quote
  #2  
Old March 12th, 2013, 07:06 PM
E-Oreo's Avatar
E-Oreo E-Oreo is offline
Lost in code
Click here for more information.
 
Join Date: Dec 2004
Posts: 7,931 E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)  Folding Points: 945 Folding Title: Novice Folder
Time spent in forums: 2 Months 7 h 43 m 47 sec
Reputation Power: 6991
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.
__________________
PHP FAQ
How to program a basic, secure login system using PHP

Quote:
Originally Posted by Spad
Ah USB, the only rectangular connector where you have to make 3 attempts before you get it the right way around

Reply With Quote
  #3  
Old March 15th, 2013, 10:57 AM
rawk rawk is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2004
Posts: 72 rawk User rank is Private First Class (20 - 50 Reputation Level)rawk User rank is Private First Class (20 - 50 Reputation Level) 
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?

Reply With Quote
  #4  
Old March 27th, 2013, 11:06 AM
jin_nguyen jin_nguyen is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2013
Posts: 1 jin_nguyen User rank is Just a Lowly Private (1 - 20 Reputation Level) 
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

Reply With Quote
  #5  
Old April 5th, 2013, 01:55 PM
rawk rawk is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2004
Posts: 72 rawk User rank is Private First Class (20 - 50 Reputation Level)rawk User rank is Private First Class (20 - 50 Reputation Level) 
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.

Reply With Quote
  #6  
Old April 9th, 2013, 03:50 PM
CGI_Schneid2's Avatar
CGI_Schneid2 CGI_Schneid2 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2009
Location: Atlanta, GA
Posts: 43 CGI_Schneid2 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 8 h 11 m 10 sec
Reputation Power: 5
Facebook
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.

Reply With Quote
Reply

Viewing: Dev Shed ForumsMobile ProgrammingiPhone SDK Development > GPS Tracking Systems Integration App - Is it possible?

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap