You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What feature are you attempting to use within the app? This library is only designed to work for Swift on Server, the StoreKit framework on device generally does everything this library would do that is doable on a device, but if you describe more about your use-case I can investigate further
Adding the library to a new Swift or SwiftUI project in Xcode 15 and building yields this error:
'init(pemRepresentation:)' is only available in iOS 14.0 or newer
The deployment target for the sample app is iOS 17 (changing it has no effect). Using Xcode 15.0 (15A240d).
The text was updated successfully, but these errors were encountered: