Shawn Berg
Shawn Berg

Reputation: 41

How do you utilize a third-party iOS SDK with your Appcelerator Titanium app?

We have a well established iOS (iPad only) app written on top of Appcelerator's Titanium platform. We're looking to integrate a third-party piece of hardware with our app that interfaces with the headphone jack on the iPad. The third-party company provides an official iOS SDK to be used in XCode projects.

How can we get the provided SDK to work in our Titanium app?

Upvotes: 0

Views: 75

Answers (1)

Shawn
Shawn

Reputation: 2745

You'll have to create a module. Check the guide here.

You can also search the internet. There might be existing modules already for your third-party SDK.

Upvotes: 0

Related Questions