przelewy24 / p24-mobile-lib-flutter

Other
11 stars 1 forks source link

iOS Empty WebView #15

Closed MarcinWad closed 8 months ago

MarcinWad commented 1 year ago

Hello, I try to implement flutter mobile Payment in my app.

Everything works on Android well. After running it in Xcode and compiling after i try to open new Transaction which is involved with

TrnDirectParams params = TrnDirectParams(transactionParams: tr, isSandbox: false);

P24SDK.trnDirect(params).then((response) async { some code}

I get a simple white screen with Title Przelewy24 and nothing more. Any clues?

MarcinWad commented 1 year ago

To future readers, it will not work in Testing (Debug) mode even when "Debug Executable" is unchecked.

mareklat commented 1 year ago

Does the problem occur in the sample project?

MarcinWad commented 1 year ago

Yes. Second problem is that implementing this lib in application will not pass Apple Review and App will be rejected because it is not In-App Payment.

mareklat commented 1 year ago

Could you please show me an example implementation that causes the above mentioned error?

About second issue, please refer to this document: https://developer.apple.com/design/human-interface-guidelines/in-app-purchase

Please pay special attention to the terms Consumable and Nonconsumable. Make sure your application meets the relevant guidelines.

mareklat commented 8 months ago

Closed due to no response