Skip to content

MapplsAPIKit (REST API Kit for iOS)

The allows you to get the device which is registered or not

MapplsDeviceSearchManager

MapplsDeviceSearchManager is the main class which will be used to get device details.

let options = MapplsDeviceSearchOptions(query: "ClusterId")        
MapplsDeviceSearchManager.shared.getDeviceSearchResult(options) { response, error in
    if let error = error {
        print(error.localizedDescription)
    } else {
        guard let response = response, let results = response.deviceSearchResult else {
            return
        }
        print(results.first?.entityName)
    }
}

Our many happy customers:

For any queries and support, please contact:

Email us at apisupport@mappls.com

Support Need support? contact us!


@ Copyright 2022 CE Info Systems Pvt. Ltd. All Rights Reserved.