We are integrating the Paymob Flutter SDK on both Android and iOS.
The payment flow behaves differently between the two platforms:
- ✅ Payment is processed successfully.
- ✅ The backend webhook (
Transaction Processed Callback) is received successfully.
- ✅ Android closes the payment screen and returns the payment result to Flutter.
- ❌ On iOS, after submitting the payment, the SDK remains stuck on the "Please wait" screen indefinitely.
Additional Information
- The backend webhook is received successfully, confirming that the transaction has been processed.
- This issue occurs only on iOS.
- Android works correctly using the same backend and payment configuration.
We are integrating the Paymob Flutter SDK on both Android and iOS.
The payment flow behaves differently between the two platforms:
Transaction Processed Callback) is received successfully.Additional Information