Flutter Webview Apple Pay Flutter Webview Apple Pay dart dart

Flutter Webview Apple Pay


Try to add this into your info.plist , Replasing domain of your payment gateway

<key>NSAppTransportSecurity</key><dict>    <key>NSExceptionDomains</key>    <dict>        <key>yourdomain.com</key>        <dict>            <key>NSExceptionAllowsInsecureHTTPLoads</key>            <true/>        </dict>    </dict></dict>

and Dont forget to re-install app