WWDC 2021: Upgrading to StoreKit 2 | raywenderlich.com

StoreKit 2 provides a great a many improvements to the StoreKit API. In this small course, you’ll see how to upgrade an existing StoreKit project to use the latest features introduced by StoreKit 2.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/25451472-wwdc-2021-upgrading-to-storekit-2

I’m trying to upgrade an existing app to Storekit 2. I read the documentation and watched the videos before I got started. I can’t see how the Apple hosted content gets downloaded in StoreKit 2. In the old APIs, SKPaymentTransaction has downloads: [SKDownload], but the new Transaction struct doesn’t seem to have that in there. Can you tell me where to look? Thanks.

Hey there, I haven’t worked with hosted content or played around with StoreKit 2 since WWDC, your best bet is to check out the Apple developer forums or StackOverflow. Good luck!

1 Like