How to open a URL in Safari from settings?
Something like Nike + App
Do I need to configure it? It seems I can not find the Type to add the URL to Root.plist.
you can check this on git https://github.com/futuretap/InAppSettingsKit
then put this value in plist
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>DefaultValue</key> <string>inappsettingskit.com</string> <key>File</key> <string>http://www.inappsettingskit.com/</string> <key>Title</key> <string>Open URL</string> <key>Type</key> <string>IASKOpenURLSpecifier</string> </dict> </plist>
Similarly, GSiklos answers abouve, but using the plist editor in Xcode, this change will be:
Please note that by default, any URL shown in IASK settings is NOT displayed on the standard iOS settings page (useful)
Source: https://habr.com/ru/post/1482898/More articles:How to install opencv with tbb support using mingw - windowsSearch for a set of unique pointers - c ++Calculating tab widths in TabControl (Windows Forms) - c #Filter by category for NUnit MSBuild tasks? - continuous-integrationFormatting dual Android - javaWhat does "select" do when nfds is 0? - cTransferring active objects between services via AIDL - androidHow to create a date and time validator in a Zend Framework form? - datehow to understand these vim scripts - vimAndroid Google map v2 in the tab Problem overlap, Multiple cards in the tab - androidAll Articles