wujianguo / iOSAppsInfo

[deprecated iOS 11] List installed Applications and scheme urls

Home Page:https://wujianguo.github.io/iOSAppsInfo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOSAppsInfo

Build Status

This is an Application which using ios private api to list all the installed Applications and their details, including:

  • localizedShortName
  • localizedName
  • bundleIdentifier
  • applicationIdentifier
  • applicationType
  • dynamicDiskUsage
  • groupIdentifiers
  • itemID
  • itemName
  • minimumSystemVersion
  • requiredDeviceCapabilities
  • sdkVersion
  • shortVersionString
  • staticDiskUsage
  • teamID
  • vendorName

and all of these applications can be opened by this app with their bundleIdentifier.

Also, we list all the public and private scheme urls.

References

App List Screenshot System Scheme URLs Screenshot App Detail Screenshot App Detail Screenshot

About

[deprecated iOS 11] List installed Applications and scheme urls

https://wujianguo.github.io/iOSAppsInfo/

License:MIT License


Languages

Language:Objective-C 100.0%