Search code examples
here-api

NMAKIT uses deprecated UIWebView - possibly in MDSKUI 2.1.2


I submitted an update to the app store today and received the warning Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs

I searched my app and found that I do not use a UiWebView. Is the UiWebView used in Here SDK 3.12 or the MSDKUI 2.1.2?


Solution

  • Sources of NMAKit does not contain any reference to UIWebView. However, I found at least one internal third-party dependency, which contains such reference.

    3.13.2 version is planned to be released next week. Will let you know, if quick fix has been found and included in 3.13.2 or in next HERE SDK releases.

    UPDATE:

    HERE SDK 3.13.3 includes fixes for UIWebView warning and is available now.

    HEREMapsUI (MSDKUI) still depends on 3.12. Please wait for the next release. Integration is not public yet, once available it will be announced on the MSDKUI release page.