Utility functions to fetch installed apps on iOS by a combination of reading running processes & investigating custom URL schemes implemented.
#iOSInstalledApps
Utility functions to fetch installed apps on iOS by a combination of reading running processes & investigating custom URL schemes implemented.
Unlike Android & other mobile operating systems, iOS doesnt let you query for a list of installed applications. Developers have had to resort to circumventing this by a few techniques:
This repo provides a few utility functions that you can use for both these approaches in conjunction with your dataset mappings (not included).
Refer to a simple example in the App Delegate