where can I download StoreKit.framework

cordova, ios, iphone

Solution

It is a standard framework available in iOS. To use it, simply

- Select your project

- Select your target

- Select Build Phases

- In Link Binaries with Libraries, click +

- Search for StoreKit and Add

Import the framework in your class.

Problem

I am trying to implement ios phonegap In app purchasement plugin. I need to add storekit.Framework to xcode project but cant find one. I googled storekit.Framework but all information I found was how to use it and what storekit about but not where is it. can anyone tell me where should I visit to download storekitFramework?

Original source