Skip to main content
Inspiring
April 19, 2013
Question

Purchase iTunes music within AIR app

  • April 19, 2013
  • 1 reply
  • 330 views

Does anyone know of a way to purchase iTunes music from directly inside an AIR iOS app ?  If you check out the new Twitter Music app they have done this natively. Wondering if there is any possibility in AIR to do the same type of thing ?

Thanks

This topic has been closed for replies.

1 reply

natural_criticB837
Legend
April 24, 2013

If this is possible, it has nothing to do with Air. First you should research if there is an API publicly available for iOS or if this is a special deal between Twitter and Apple. If an API is available, you might either implement it directly in Air (if its REST or similar), or you would have to create an ANE which wraps the functionality inside native Objective C code.

It is too specific to be an implemented feature of Air.