przelewy24 / p24-mobile-lib-ios

iOS library for Przelewy24 payments
2 stars 0 forks source link

ITMS-90809: Deprecated API Usage #7

Closed aerow69 closed 4 years ago

aerow69 commented 4 years ago

New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview).

Using grep -r "UIWebView" . in my project give one result Binary file ./P24/libP24-bitcode.a matches. When are you planning update?

mareklat commented 4 years ago

@aerow69 You need to upgrade library to newest version. See https://github.com/przelewy24/p24-mobile-lib-ios/issues/6

aerow69 commented 4 years ago

Thanks. Clearing derived data and build folders help.