TestsTested | ✓ |
LangLanguage | Obj-CObjective C |
License | Apache 2 |
ReleasedLast Release | Oct 2017 |
SwiftSwift Version | 3.0 |
Maintained by Walid Nouh, Hector Rondon, Alexander Salas Bastidas.
Flyve MDM is a mobile device management software that enables you to secure and manage all the mobile devices of your business via a unique web-based console (MDM).
To get started, check out https://flyve-mdm.com/!
This library help you to create a complete inventory of your iOS devices: both hardware and software informations are collected. You get the data about processor, memory, drives, sensors, etc. and also the list and description of installed application on any devices in a beautifull XML as protocol compatible with FusionInventory for GLPI.
You can find more information here:
https://github.com/flyve-mdm/flyve-mdm-ios-inventory/wiki/inventory-specifications
What’s included?
Build with Xcode 8.3.2 / Swift 3.1
Release channel | Beta channel |
---|---|
It’s easy to implement in your code
import FlyveMDMInventory
let inventoryTask = InventoryTask()
inventoryTask.execute("Agent_v1.0", tag:"1.0") { result in
print(result)
}
** Tag is optional
We share long-form content about the project in the wiki and in the project site.
For notices about major changes and general discussion of Flyve MDM development, subscribe to the /r/FlyveMDM subreddit.
You can also chat with us via IRC in #flyve-mdm on freenode or @flyvemdmdev on Telegram.
Ping me @hectorerb in the IRC chatroom or in the Telegram Dev Group if you get stuck.
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our
guidelines for contributing and then check out one of our issues in the Issues Dashboard.