StoreKit now has API to get billing issues related to subscriptions and display them without leaving the application.
Operating system will provide default implementation to report billing issues.
Starting this summer, if an auto-renewable subscription doesn’t renew due to a billing issue, a system-provided sheet appears in your app with a prompt that lets customers update their payment method for their Apple ID. No action is required to adopt this feature.
Apple Developer
Feature is available in iOS and iPadOS 16.4 and newer, Mac Catalyst apps also have access to this API.
StoreKit also provides messages and display to get billing issue messages and display them within application scene.
Apple Developer: Get ready to help customers resolve billing issues without leaving your app
Recommendations
Developer:
Investigate messages and display API to introduce in-app billing issue reporting.QA engineer:
Be ready to test in-app billing issue reporting.PM/DM:
Communicate feature availability, plan implementation.
You must log in to post a comment.