my app supports paypal payment and I use mobile express payout and now I see that it force loads to web even when I mention "_express-checkout-mobile"
相关问题
- Get payment by transaction ID using PayPal API
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- State preservation and restoration strategies with
- “Zero out” sensitive String data in Swift
相关文章
- 现在使用swift开发ios应用好还是swift?
- UITableView dragging distance with UIRefreshContro
- TCC __TCCAccessRequest_block_invoke
- Where does a host app handle NSExtensionContext#co
- Swift - hide pickerView after value selected
- How do you detect key up / key down events from a
- didBeginContact:(SKPhysicsContact *)contact not in
- Attempt to present UIAlertController on View Contr
PayPal uses browser detection to decide whether to show the mobile flow or the desktop flow. If you're using a webview inside of an app, you need to be sure that the webview is sending a User-Agent header in the HTTP request that identifies the browser as a mobile browser.