Storekit implementation on Apple Watch?
问题 Apple recently announced the ability to make purchases on the Apple Watch. I'm running Watch OS 6.2 and made a sandbox purchase on the iPhone, but there is no receipt on the watch (at least using Bundle.main.appStoreReceiptURL code below) Do we have to handle passing the receipt from the iPhone to the Watch ourselves? My understanding was that there would be an equivalent receipt saved on the watch we could parse. private func loadReceipt() -> Data? { guard let url = Bundle.main