I want to using phonegap print plugin on iPad - plugins

I am developing webapp for iPad.
I want to use Phonegap print plugin.
But, iPad print plugin is not working.(on version 5.1)
(iPad version 4.3 or iPhone version 5.1 print plugin is working well)
how can I use Phonegap print plugin?

Related

How can I build an application for iPhone OS 3.1.2 using the current Xcode?

I have an iPhone running the 3.1.2 firmware and would like to build applications for it. However, I can't find Xcode 3.2.1 with the iPhone OS 3.1.2 SDK at Apple's developer site.
How can I build an application using the current SDK and Xcode versions that will run on this older OS version?
Use the current tools and SDK. Set the "Base SDK" build setting to "Latest iOS" and set the "iOS Deployment Target" to whatever version you want to target, such as iOS 3.1.2.
The only gotcha here is that the compiler won't warn you if you use something from the SDK that was introduced after iOS 3.1.2, and if you do your app will likely crash. So, you'll want to check the docs for each method you use that you don't already know for certain is available in 3.1.2, and you should test your app thoroughly.
Unless there is some unmentioned reason you need the older version, you can use the latest Xcode and just target the build for the old iOS.
If you are a member of the Apple Developer Program (which you need to be in order to download any version of the Xcode and iOS SDK), you can download Xcode 3.2.6 w/ iOS SDK from the main 4.3 from the iOS Dev Center home page. Under the section for Xcode 4, there's a small line saying "Looking for Xcode 3? Download", which takes you to this download page.
Of course, that still requires you to develop using the 4.3 SDK, so you have to be carefull when targeting 3.1.2 devices.
You can purchase Xcode using the Mac-App-Store or by subscribing to the iPhone Developer Program ($99 per year).
Get the latest one (XCode with iOS SDK 4.3) and select 3.1.2 for the deployment iOS Version (under build-settings).

Mobclix 4.1 SDK and iOS 3.x? Where can I download 4.0.3 SDK?

I'm trying to add Mobclix Support into my app, and I don't want to make the app only accessible by iOS 4 devices, so I'm not using iAds, but I need to know how I can get the Mobclix 4.1 SDK to work in my iPhone app for 3.x devices. If it is not possible, I need to know where I can download the older version of Mobclix (4.0.3) which does fully support iOS 3.x devices.
Well I figured out that you can create apps with a base SDK higher than the minimum version, so I moved my project over to the new development tools, configured everything for Mobclix, and then went to Project > Edit Project Settings > Build > Deployment > iPhone OS Deployment Target and made sure it was iPhone OS 3.1

iphone fbconnect. does it work with OS 2.2.1?

does fbconnect works with iphone OS 2.2.1 ?
If you download the project source code, the base SDK is set at iPhone OS 2.0. This would seem to indicate that it can be build for 2.x, but I no longer have the 2.0 SDK on my machine, so I can't test this out.

Xcode SDK version for testing & release?

I am just putting the finishing touches to an iPhone app that I have written, signed up to the developer program and installed Xcode 3.2.2 (1650) My question is which version of the SDK should I be using to build my application? I was thinking I should be using the latest 3.2 but when I select that I can only access the iPad simulator ...
Should I be using 3.1.3 which runs the iPhone simulator. (NB: I originally developed the app in 3.1.2
cheers gary
iPhone OS 3.2 only runs on the iPad, the current version for the iPhone is 3.1.3.

The version of xcode that supports Iphone OS 3.1.2(7D11)?

HELLO,
I am working on XCODE 3.1.4 , my iphone have 3.1.2 os...But as this version of xcode supports iphone os3.1.1 and below.. so plz help me as either tell me the newer version of xcode that supports iphone os 3.1.2 or should i downgrade my iphone os to 3.1.1,,
any assistance is really appreciated..
Ideally, you should be using the latest version of Xcode, which is included with the iPhone SDK. You can download the SDK from the iPhone Developer Center.