zoho / SalesIQ-Mobilisten-iOS

Your mobile app's ideal live chat partner. Power up your iOS App with the SalesIQ Mobilisten iOS SDK.
https://mobilisten.io
12 stars 4 forks source link

Use of deprecated UIWebView #10

Closed diegogurpegui closed 4 years ago

diegogurpegui commented 4 years ago

Could it be that this SDK is not updated to the guidelines of Apple regarding the use of UIWebView? Apple is not accepting apps that use UIWebView any more:

ITMS-90809: Deprecated API Usage - 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).

We're using the React Native SDK, which has outdated binaries. We tried to replace the binaries reference with the ones in this project, which seems more active. However, we are still getting the same error from Apple. Related issue on the React Native SDK: https://github.com/zoho/SalesIQ-Mobilisten-ReactNative/issues/2

Is anyone else having this problem? Could you confirm that this is working please?

Rishabh-Raghunath commented 4 years ago

We have already updated Mobilisten to use WKWebView from pod version 1.1.2. Updating the version of Mobilisten used in the project should resolve this issue.