How to get application package id from javaScript in iOS?

How can I get the iOSapplication package identifier from WebView (no matter which) in Javascript.

I have tried so far to get it from objects Navigatorand Location(JS objects), but without success.

Any help?

Thanks in advance!

+4
source share

Source: https://habr.com/ru/post/1611286/


All Articles