For context this is all I found on the same subject:
https://stackoverflow.com/questions/61145073/what-would-cause-watchos-background-audio-to-play-only-while-connected-in-debug/65761419#65761419
Post
Replies
Boosts
Views
Activity
Having the same issue, please someone please
func doSomething(){
print("Thank you!")
}
I am afraid you will have quite the up-hill infront of you. Implementing in-app purchases require 3 things to handle them. The app itself and StoreKit API, setting up In-app purchases in Apple Connect and a separate server (Firebase or other) to handle the receipts and keeping track of who has payed for what.
Did you figure out a workaround here? How would it be possible to keep track of users who haven't signed up yet in the "account system"? We are stuck at this very issue ourselves, Apple Support sent me links to Campaigns and asked me to check that out instead.