alfredoqt / flutter_conekta

Flutter plugin for Conekta, enabling Android and iOS card tokenization.
MIT License
3 stars 8 forks source link

UIWebView are no longer accepted. Instead, use WKWebView #4

Closed RoboticNotes closed 4 years ago

RoboticNotes commented 4 years ago

Problems to upload in Apps Store Connect

./.symlinks/plugins/flutter_conekta/ios/Classes/Conekta.m: UIWebView *web = [[UIWebView alloc] initWithFrame:CGRectMake(0, 0, 0, 0)];

IsaacGonzalez commented 4 years ago

Having the same problem.

IsaacGonzalez commented 4 years ago

@RoboticNotes I published another package with that issue resolved, if you need it.

https://pub.dev/packages/flutter_conekta_2

RoboticNotes commented 4 years ago

TAL @IsaacGonzalez , I really needed it.