Can an iOS app sell user created content with In-App Purchases?

29 views Asked by At

I've been trying to figure out how to sell user-created content in an iOS app using StoreKit, but I'm having trouble finding anything on this in the documentation.

The app I'd like to develop would essentially allow users to create blog posts, and then sell them in a marketplace section within the app. Each post would be considered a non-consumable, and the creator would set the price. FWIW I already have the frontend and backend completed for everything except for In-App Purchases, and I plan on using RevenueCat for most of that.

  1. Is this type of setup possible with Apple In-App Purchases, or do all products need to be specified by the app developer in App Store Connect?
  2. Is it possible that this use case qualifies for bypassing the In-App Purchase ecosystem entirely, and instead we can use something like Stripe?
0

There are 0 answers