Is 'Location'(geolocation) native api supported in all iphnoe os versions from iphone 2.o to ios 4+ ? Is there any documentation to get the list of all API's and the supporting versions ?
Sure, its called core Location Framework:
http://developer.apple.com/library/ios/#documentation/UserExperience/Conceptual/LocationAwarenessPG/CoreLocation/CoreLocation.html#//apple_ref/doc/uid/TP40009497-CH2-SW1
Here is the apple documentation about CoreLocation.
Related
is there a software development kit (sdk) for AlchemyAPI using Swift/Objective-C for iOS native developer?
The Watson iOS SDK now includes wrappers for the AlchemyLanguage and AlchemyVision services.
Unfortunately not at is time. Seems like an odd omission considering how many others they have.
http://www.alchemyapi.com/developers/sdks
I am using mac lion os 10.7.4, i want to integrate my application with google map. thus, i read the official google map guide, then i got this exception google map on iphone exception . as a result, i discoverd that i have to use another version of google map in order to support ios 5 , but unfortunately i am not able to know which version is.
any help would be appreciated
versions smaller than 1.5 supports iOS down to to 5.1 but they aren't that reliable i experienced.
with a not supported HACK you can support 5.0 :D but that is NOT a supported config:
#pragma mark - workaround
//make it work on 5.0 :D
NSString* const NSURLIsExcludedFromBackupKey = #"NSURLIsExcludedFromBackupKey";
I am not getting any good code for integrating text with image upload on twitter using iphone sdk. I found that with release of iOS 5 a framework named Twitter.Framework is also released. Will this framework be supported on older iOS?
No, Twitter integration got introduced in iOS 5. You'll need to find a third party library for older versions of iOS.
is it possible to access iPhone file system from .net?
Do we have .net SDK for iPhone??
I am trying to write a program in .net to access the filesystem, basic operations like
switching off an iphone re-springing etc
MonoTouch is a commercial product that will allow you to use C# to target iOS devices.
The only thing available in this ilk for iPhone is MonoTouch.
Apple has added Spotlight to OS3.0 release. I am having problem finding any API for third party apps to work with Spotlight Search. Is such a thing available?
No, there are no third-party APIs for Spotlight Search in iPhone OS 3.0.