出荷確認メールを顧客に送信するアプリがあります。追跡番号はカナダポスト経由です。現在、iOS で追跡番号を表示すると、顧客は追跡番号をクリックすることができ、USPS にリダイレクトされます。
http://trackingshipment.apple.com/?Company=USPS&Locale=&TrackingNumber=CanadaPostTrackingNumber
iOSが追跡番号を予測できないようにする方法はありますか...
<meta name="format-detection" content="telephone=no">
メール用に生成された HTML Div の例。
<div>
<h4>Thank you for your recent purchase from Company.</h4>
<p>Your order has been scanned and a tracking number is now ready.</p>
<p>Your tracking number is as follows: "This is an unformatted string tracking number."</p>
<p>If you would like to view the status of your order you can input the tracking number on this page <a href = 'http://www.canadapost.ca/cpotools/apps/track/personal/findByTrackNumber?execution=e2s1'>here.</a></p>
</div>