JoshuaBThompson/WristBand

Make in app purchases

Closed this issue · 2 comments

App should be free but we need to have in app purchases:
Free features:

  • Save one song
  • Ableton Link (v2)
  • AudioBus integration (v2)

In app purchase options:
Features:

  • Import different sound libraries
  • Export to songs to midi file (for ableton or protools for example)
  • Save more than one song

Ray Wenderlich Tutorial
Creating a Free / Pro iOS app

@Alex-L-Crane

  • Looks like we need to manually create an AppID in the developer certificates section of the apple developer page (As you had originally thought).
  • Although, it may not be necessary for our app since I think xcode might have already created the correct app id for us (we need to verify)
  • Then we need to enable in app purchases for that app id.
  • Then we need to setup the app on iTunes connect and use that id.

I'm testing out in app purchases today on a test app and then I'll work with you to update our app id on the developer certificates section to enabled in app purchases.

@Alex-L-Crane I think you are right about allowing a user to save only one song and make saving more than one song an in app purchase.