I would like to create an app for iphone that collect the geolocation data and send it to a server. This app should do all this stuff during it is in the background.
You can use new API provided in ios 7 called iOS Background Fetch
Below are the links those provide tuts for the same
Link 1
Link 2
Link 3
Related
I'm creating a website which I would like to be supported on the iphone as well. The site allows users to upload images and manipulate them. On a desktop the user will simply click the upload button to select the file from their computer and upload it to the site. But this will fail on an iphone.
Is there any way for a pure web app which is using php/mysql/js and runs inside the browser to get images from a user's camera roll? Does Apple offer any APIs to make this possible?
No, it's not possible currently - but apparently iOS 6 is going to support image and video uploads from MobileSafari.
(Apart from that, you can ask your users if their device is jailbroken and id so, suggest them downloading Safari Upload Enabler from Cydia).
I have to create an app in which I will provide the text or pdf file to the app and app will read it like a narrator. Is there any API available for that or iOS sdk itself provides this feature.
Here is the link to one such app present on App Store
Thanks-
Harsh Vardhan Mehrotra
I have a html5 app for iphone using phonegap. I check for internet connection for the necessary first update, how do I turn of the app if the user does not have an internet connection? Thanks in advance. As I said I have full access to phonegap api!
if you want to deploy your app to the app store, you can not update the app under the covers. You have to submita new version to apple and let the users update your app.
If you just want to know wether your device is online you can use the Phonegap online offline events. See: http://docs.phonegap.com/en/1.4.1/phonegap_events_events.md.html#online and http://docs.phonegap.com/en/1.4.1/phonegap_events_events.md.html#offline
i want some information about iPhone api. basically i'm a android developer .now i want to port my android application to iPhone. my application is live wallpaper. is there any way to apply live wallpaper service in iPhone.if possible means?
1.how to get touch event in home screen.
2.what are api i need to fallow in iPhone.can i able to use any of the iPhone background service for that.(wallpaper service)
3.if i done like this app store will accept my app?.
guide me thank you.......
You can save images to Library and give instructions to user on how to set it as wallpaper. You cannot set a wallpaper programmatically. Your app will probably be rejected if you use any methods from private API.
Is there any VOIP app for iPhone/iPad that can accept call request from another custom iPhone application?
I have a custom iPhone application written with C# and MonoTouch. I need to make VOIP calls (and conference call with multiple phones) from my iphone application. But developing a VOIP app from ground up is not worth the time (and I dont know Obective-C either). So I was looking for an SDK or App that can accept call request from other apps. For example my app could construct and call a URL like (app-protocol:call?18002221111&18003331112&18001322244)... an installed VOIP in iPhone will listen to the protocol and place conference call to all three numbers. (Something like this is possible with skype but skype does not support conferencing in IOS... although works fine in Mac or Windows).
Thanks
Thanks for your answer Paul. Do you know if gvconnect url scheme will support bulk call (multiple numbers at the same time? For single number I can have skype installed (Free), I tested the skype: url scheme and that works fine. The problem is it does not work with semicolon delimited phone numbers in iOS ... which works fine in skype for Windows Desktop version.
I think GV Connect - Google Voice Connect can do this for you. It supports gvconnect:// url handler scheme. You can find a list of apps which use custom URL handlers here http://handleopenurl.com
I haven't tested this one but it could be also helpful:
Siphon, an open source iPhone app.