VNG-Zalo / ZaloSDK-iOS

MIT License
7 stars 5 forks source link

Using deprecated APIs #3

Closed vhoangtdv closed 5 years ago

vhoangtdv commented 5 years ago

I received this warning after submitted the build to Apple:

ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiwebview for more information.

I see that ZaloSDK are using UIWebView. Could you please fix this warning?

vhoangtdv commented 5 years ago

My apology, v2.4.0912 has fixed this warning. My problem is Xcode 10 throw an error on building v2.4.0912:

Undefined symbols for architecture x86_64: "___isPlatformVersionAtLeast"

I'm going to upgrade my project to compatible with Xcode 11. Thanks