tikhop / TPInAppReceipt

Reading and Validating In App Purchase Receipt Locally.
MIT License
631 stars 93 forks source link

TPInAppReceipt fails to build when building against visionOS SDK #117

Closed jeffduet closed 7 months ago

jeffduet commented 7 months ago

Expected Behavior

When building against visionOS SDK, TPInAppReceipt should build without errors.

Current Behavior

When building against visionOS SDK, there are several errors, including "Cannot find Bundle in scope" and "Cannot find type Data in scope' in Validation.swift.

Possible Solution

Steps to Reproduce (for bugs)

  1. Use TPInAppReceipt in an app that is building for "Apple Vision" / "visionOS" as a supported destination.
  2. Try to build project

Context

Issue is preventing making a proper visionOS-SDK version of our app.

Your Environment

tikhop commented 7 months ago

Hi @jeffduet, thanks for bringing this up. There is a PR that addresses this issue. It has been merged, and I'm planning to release a new version ASAP.

Thank you!

tikhop commented 7 months ago

Hi @jeffduet, thanks for your patience. I have released a new version 3.4.0. Thanks again for bringing this up!