简体   繁体   中英

Custom URL Scheme for Support URL

When submitting app to AppStore you must provide a Support URL. According to docs:

A URL that provides support for the app you are adding. This will be visible to customers on the App Store

Basically what you provide there is opened in Safari when user press App Support button from App Store. However we all know that iOS support custom URL scheme for mail. For example following will open mail client with predefined address mySupportMail@provider.domain:

mailto:mySupportMail@provider.domain

So here goes my question. As I could provide sophisticated web page in which user can eventually navigate to my support mail, may I directly put this custom URL in Support URL so when user taps support, he/she will be directly transferred to mail client with provided mail address? I want to know if this scheme will work, and eventually if someone knows if this is violating some Apple rule?

In short, no. Apple wants you to enter the URL of your app support page on your website, not a custom URL that redirects to some app, or that contains a mailto.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM