I have a number of questions concerning the "Help with Purchases" view described in the Apple HIG here.
Would an In-App Purchase containing only non-consumable items require all input items (listed below in bold) on the "Help with Purchases view?"
Missing Purchase: Is this information sent to Apple? If so, how? Can this be handled in App Store Connect by the developer? Is this also used to install a purchased item on a second device such as purchase made on iPhone but want purchased items available on a iPad? Here is what I found in the Apple SKDemo (storeKit 2):
try? await AppStore.sync()
whereas in storeKit 1:
store.restorePurchases()
Do these actually give the same results?
Frequently Asked Questions: Are there some sample questions somewhere?
Request Refund: Is there a list of codes for the five possible issues displayed? It looks like all the other information comes with the transaction / product ID. Are the Issues in a special form with a picker?
Submit Feedback: Email address of developer?
Contact Us: Is this an email address for Apple or the developer?
Thanks for your help.