I wanted to add a feature to my app that allows you to purchase content from itunes from within the app. Is this possible, and if it is does Apple give some type of reference fee for finding customers to purchase the content?
Use SKStoreProductViewController
. You specify the product's iTunes id to display that product. If you are part of the Affiliate program, you can also specify your affiliate id to get a commission.
See the code in this answer for an example of using SKStoreProductViewController
. You would need to add the use of the SKStoreProductParameterAffiliateToken
key to add your affiliate id.