我知道iOS 9中有特定的new method,它支持針對特定場景或用例的Apple Pay抑制。我有那些需要用下面的方法可以應用於誰之一:檢測到13.56Mhz時禁用Apple Pay用戶界面
+ (PKSuppressionRequestToken)requestAutomaticPassPresentationSuppressionWithResponseHandler:(void (^ _Nonnull)(PKAutomaticPassPresentationSuppressionResult result))responseHandler
然而,我們每次調用這個方法,我們得到以下響應時間:PKAutomaticPassPresentationSuppressionResultDenied (Either the user prevented the suppression, or an internal error occurred)
在文件標記爲重要提示注意:
重要事項 此方法需要Apple頒發的特殊權利。 如果權利不存在,則該請求將失敗,並顯示一個 PKAutomaticPassPresentationSuppressionResultNotSupported結果。有關 的更多信息,請參閱developer.apple.com/apple-pay/。
我們應該怎樣做才能獲得PKAutomaticPassPresentationSuppressionResultSuccess
結果?我們在Apple Apple中啓用了Apple Pay,甚至創建了一個Merchand ID,之後再次下載了開發配置文件,其中包含了所有這些內容幷包含在項目中。還有,我們啓用了「Apple Pay」功能,但我們仍然收到PKAutomaticPassPresentationSuppressionResultDenied
錯誤。
測試環境的信息:
- iPhone 6與蘋果的收費啓用卡
- 的iOS 9.0.1(13A404)
感謝所有
我怎樣才能私下聯繫你?我想知道更多細節。 – lseeo