Can I access the call log of iPhone through application. Is this feature added in iPhone OS 4.0??? As what ever I searched for OS below 4.0 and it is not there.
Thanks in advance,
VIshaL
It's not available in the 3.0 and earlier SDKs. The 4.0 SDK is currently covered by an NDA so I can't comment on that directly. If you sign up for the iOS developer program you can look at the documentation yourself.
Related
I was wondering if there is a place where i could get the earlier version (archives etc) for iphone SDK.There are certain times when one needs to play with the 3.x SDK.Can anyone please guide me for this.Thanks
download latest sdk. set deploy target to 3.0 and don't use new features that added after 3.0 so it should runs well on your 3.0 devices.
It doesn't look like Apple provides the old tools. I archive all of the developer tools as they are released.
Flurry has a separate analytics SDK for iPad apps vs iPhone apps. If I'm building a universal app to run on the iPhone 4.0+ and iPad 3.2+ (iPad native, not compatibility mode), does anyone know which SDK/lib I should use? And is there any reason I shouldn't use the same SDK/lib for apps running on iPhone 4+ only? (Basically, I'm confused as to why there are separate SDKs at all.)
Since you would like to have your new application work on both the iPhone and iPad please use Flurry's iPhone SDK.
If you have an application that is only meant to work on the iPad please use Flurry's iPad SDK.
With the latest 3.0.7 Flurry SDK version both libraries and headers are identical (tested with md5). Looks like they have merged both branches, possibly as of the 3.0 version. They should make that clear by releasing a common iOS SDK but the answer to your question is now clear: either one will do.
I think the iPhone 4.0+ SDK may work properly on iPad. I have this address where you can ask directly to Flurry Support, they always give me an answer to my questions.
Flurry iPhone/iPad Support
iphonesupport#flurry.com
I don't think there is a difference in the Flurry library, they are the same for iPhone and iPad. I think the only difference is when you first set up an application, it asks what platform you're targeting, perhaps just for their own metrics.
A universal aap can be tracked by the iphone sdk.you can also track it separately.then you should use iphone and ipad sdk both.
that is the link at where i found the information for same
i want to know in Detail comparison between iPhone OS 3.0 and 3.1.3 and also want to to about all newly added features in OS 4.0 so please give a link or some source which gives the comparison and Newly added features in details with Description.
Just read the version history on wikipedia.
iPhone OS 4.0 is still under NDA. I can't provide you with the details of the changes, but any result Google will return is spot on.
The changes between iPhone OS versions which have been released are available on the iPhone developer site.
Apple just released iPhone SDK 3.1.2.
I was wondering wether they changed some libraries or fixed only bugs.
Can someone give me some insight?
If you can log in to the developer center, just take a look at the readme:
http://adcdownload.apple.com/iphone/iphone_sdk_3.1.2__final/final_about_xcode_3.1.4_and_iphone_sdk_3.1.2_leopard.pdf
In short: nothing changed in the libraries, only in the SDK apps
You knows that IPhone in other country like China mainland always be hacked when it buy from reseller. Can I develop custom app by official SDK on a hacked IPhone ?
Yes, you can use Xcode to develop and debug your app on a jailbroken iPhone. You don't even need to pay the $99 to do that.
As long as your iPhone is running firmware 2.0 or higher, you can use the official SDK to develop your applications and use the ldid tool to fake the code signature process. Then, your iPhone will be able to run the application just fine.
You can get the SDK from the Apple site, this does require using a Mac though.
You could use a Hackintosh or VMWare, but this isn't entirely legal.