-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ApplePay Show [General] Connection to remote alert view service failed #11
Comments
We will check it and back to you tomorrow ISA |
Hi @ibrafayez If you are using StatefulWidget so you should use setState() to update your widget state, And regarding the issue, it is not related to ApplePay functionality, please try to print the event in your startApplePayPayment or try to run our sample app just to make sure the issue not related to PayTabs flutter plugin. Waiting for your reply Thanks |
I updated flutter_paytabs_bridge to 2.0.4 👍 I added "print(event)" in startApplePayPayment and I got:
I also tried your sample app: on my phone I got same error as my project. Kind Regards |
did you configure your app for apple pay and added a merchant apple pay id to your configuration? |
send me a message to muhamedadly AT gmail.com or m.adly At paytabs.com to arrange a technical support call. |
Sent, Thank you |
Any updates on this? I'm having the same error. |
Hello @MuhamedAdly I'm having the same issue |
Did you follow the steps in the guide to setup Apple Pay certificate: |
Thanks for the fast response, actually I was just verifying all parameters.
I've found that 'Apple Pay' is not enabled from the paytab dashboard, I've
enabled it, but I think it will take some time.
If that will work or not, I'll get back to you
Thankss
…On Thu, Nov 11, 2021 at 2:39 PM Mohamed Adly ***@***.***> wrote:
Did you follow the steps in the guide to setup Apple Pay certificate:
https://github.com/paytabscom/flutter-sdk-bridge/blob/pt2/ApplePayConfiguration.md
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJBHUDUJZ2HIMRDQYVHPMXLULOFMDANCNFSM43GMBTYA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
atlast.. fixed 😌 |
When I try to pay with ApplePay it shows the following error:
[General] Connection to remote alert view service failed
ApplePay is Active on PayTabs:
Also, Apple Pay works on the website but not on the app
startApplePayPayment method:
Note: I removed setState because it shows another error #10
The text was updated successfully, but these errors were encountered: