MarsadMaqsood / binance_pay

A Flutter package for integrating Binance Pay API into your mobile applications, enabling users to make payments with ease.
MIT License
1 stars 1 forks source link

i can't open binance app in the ios. #2

Open shoppinglink opened 1 month ago

shoppinglink commented 1 month ago

i am alread add info.plist

LSApplicationQueriesSchemes
<array>
    <string>binance</string>
    <string>bnc</string>
    <string>binancepay</string>
    <string>account.binance.oauth.suppor</string>
    <string>com.binance.app.binance</string>
    <string>com.binance.pay.support</string>
  <array>

but still can't open binance app in ios : -canOpenURL: failed for URL: "bnc://app.binance.com/payment/secpay?tempToken=" - error: "The operation couldn’t be completed. (OSStatus error -10814.)"

what can i do?

shoppinglink commented 1 month ago

i am alread add info.plist LSApplicationQueriesSchemes binance bnc binancepay account.binance.oauth.suppor com.binance.app.binance com.binance.pay.support but still can't open binance app in ios : -canOpenURL: failed for URL: "bnc://app.binance.com/payment/secpay?tempToken=" - error: "The operation couldn’t be completed. (OSStatus error -10814.)"

what can i do?

i use the plugin url_launcher: ^6.2.5