Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我无法为 iPhone 和 Android 自定义 Authorize.net Hosted Form Pop Up。
对于 iPhone,当连接需要身份验证质询时,将调用以下委托函数。如果需要,您可以在此函数中显示警报。
- (void)connection:(NSURLConnection *)connection willSendRequestForAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge{ }