如何为iPhone和Android自定义 Authorize.net 托管表单弹出窗口



我无法为iPhone和Android自定义 Authorize.net 托管表单弹出窗口。

对于 iPhone,当连接需要身份验证质询时,将调用以下委托函数。如果需要,可以在此功能中显示警报。

- (void)connection:(NSURLConnection *)connection willSendRequestForAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge{
}

最新更新