I want to make google latitude type application for iphone.For that i have looked at google latitude api.for that
http://code.google.com/apis/latitude/v1/using_rest.html#auth.i have looked at this api documentation.but it requires domain name registration for application and it is for web applications.
Can anyone tell this if i can use and develope this application for iphone.any tutorials or sample code or example for that?
You should probably look at this tutorial instead....
http://code.google.com/apis/maps/articles/tutorial-iphone.html
Actually, in case anyone is looking for it later, you want to look at the documentation for oauth for installed applications:
http://code.google.com/apis/accounts/docs/OAuth2.html#installed or web server applications:
http://code.google.com/apis/accounts/docs/OAuth2.html#webserver
Neither of those should require a domain
Related
I need some guidance in matter of using Google map in creating iPhone app that is i m creating through Phonegap.
I have heard that Google maps can be used without internet connection by using Google map API.
My question is how to apply that functionality?
Any help will be appreciated.
Google maps api can not be used offline due to the terms of service.
If you cache the tiles it will be a terms violation. It can be done if you purchase the enterprise edition. Check this for more information on the subject. You might have to use something else if you absolutely must have that functionality.
You should check out openlayers. That might be of help.
can any one help me in integrating salesforce in my app.I have made account in sales force and also created the remote-acces key.Can anyone tell how to ad objects ,dashboards etc in the iPhone app.I also want to know how to access the data on salesforce .for e.g. i want to get all the custom objects in salesforce and also want to create custom objects from iPhone app.Can anyone guide me in this respect.Any help is appreciated.
There are many ways to do it. I advice you to read carefully and choose the best way to do it.
Here are some links to read about it:
Making Salesforce and PayPal Work Together
SDK Project
Good Documentation and code
Salesforce provides mobiles SDK for iPhone, Android & hybrid platforms.
This SDK has samples on how to start with. There are lot of documentations available.
Basically the SDK helps to authenticate with Salesforce using oAuth, communicating with the objects using RestKit.
Refer the following URLs to start with..
Download the mobile SDK from the following URL.
https://github.com/forcedotcom/SalesforceMobileSDK-iOS
There is a discussion forum
http://boards.developerforce.com/t5/Mobile/bd-p/mobile
API docs
http://forcedotcom.github.com/SalesforceMobileSDK-iOS/Documentation/SalesforceSDK/index.html
Ref:
http://wiki.developerforce.com/page/Mobile_SDK
I would like to use openstreet maps in my blackberry application. The idea is the application fetches the current location through GPS/cell tower. The user has an option to click on a button and load the map within the application (same display) below. I have researched a little and BlackBerry maps seem to be limited and Google Maps requires installing a seperate API. I am hoping to fetch and load the maps through http connection (something like a webservice). Can somebody please guide?
I use the nutiteq library its usefull and it implements the openstreet maps in my blackberry. Here are some links quick start nutiteq RIM BlackBerry Mapping API SDK
I am implementing one iphone applicaiton in which I want to implement google earth.
I have done research on net for google earth for if any google earth api available or not.
But I have not found sucess.
Can you advice me is it possible to implement google earth in our applciation.
Please advice me for this.
Thanks in advance
I would suggest downloading the Google Earth app from:
http://itunes.apple.com/us/app/google-earth/id293622097?mt=8
However, if you still want to build an app, the Google Earth API documentation lies at:
http://code.google.com/apis/earth/
Google does not provide any API specifically for iPhone. This API is in JavaScript.
Reference
How can i use web services and also connect to the server in iphone?
I can only offer some references here you might have probably Googled them yourself:
Toolkit for Web Service-Backed iPhone Apps
iPhone Programming Tutorial – Intro to SOAP Web Services
Creating an iPhone-based Web Service
Googled Results
I have heard good things about using JSON especially TouchJSON.
Also, here is a tutorial from MobileOrchard that uses JSON (but not TouchJSON).