I had submitted my SwiftUI application but it got rejected because there is no merchant name in the Apple pay sheet.
I am using Apple pay in my app. Recently, when I uploaded my app to the apple developer account for review, it got rejected with the following reason:
Your app uses Apple Pay as a purchasing mechanism but does not provide the necessary material purchase information to the user prior to the sale of goods and services.
Specifically, your app does not include the following:
- Merchant's name on the payment sheet
Next Steps
To resolve this issue, please revise your app to provide all of the necessary material purchase information to users upfront.
Resources
For more information on Apple Pay, please review the Apple Pay documentation.
How can I solve this as there is no option to add a merchant name in PKPaymentRequest?