You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to Log in with SumUp Plugin on Android and iOS
Description:
I am using the sumup: ^0.10.0 plugin in my Flutter project. While I can log in successfully on sumup.com using my credentials, the same credentials do not work in the SDK on Android and iOS.
Steps to Reproduce:
Use the sumup: ^0.10.0 plugin in a Flutter app.
Attempt to log in via the SDK on Android or iOS using valid credentials (await Sumup.login();)
Observe the login failure.
Verify the same credentials work on sumup.com.
Expected Behavior:
Login should succeed in the SDK as it does on the website.
Actual Behavior:
Login fails in the SDK on both Android and iOS.
Environment:
Plugin: sumup: ^0.10.0
Platforms: Android and iOS
Flutter 3.24.5
Please advise on resolving this issue.
The text was updated successfully, but these errors were encountered:
Unable to Log in with SumUp Plugin on Android and iOS
Description:
I am using the sumup: ^0.10.0 plugin in my Flutter project. While I can log in successfully on sumup.com using my credentials, the same credentials do not work in the SDK on Android and iOS.
Steps to Reproduce:
Use the sumup: ^0.10.0 plugin in a Flutter app.
Attempt to log in via the SDK on Android or iOS using valid credentials (await Sumup.login();)
Observe the login failure.
Verify the same credentials work on sumup.com.
Expected Behavior:
Login should succeed in the SDK as it does on the website.
Actual Behavior:
Login fails in the SDK on both Android and iOS.
Environment:
Plugin: sumup: ^0.10.0
Platforms: Android and iOS
Flutter 3.24.5
Please advise on resolving this issue.
The text was updated successfully, but these errors were encountered: