iOS-Fleet-Management-SDK icon indicating copy to clipboard operation
iOS-Fleet-Management-SDK copied to clipboard

Estimote Fleet Management SDK for iOS

Results 7 iOS-Fleet-Management-SDK issues
Sort by recently updated
recently updated
newest added

Hi, This query is about generic fleet management as I can't find a place to send it. I am looking at 1. https://developer.estimote.com/managing-beacons/fleet-management/#estimote-cloud-api 2. https://cloud.estimote.com/docs - Are these documents still...

Hi, I use `pod 'EstimoteFleetManagementSDK', '4.31.2'` and I face 12 warnings from EstimoteFleetManagementSDK [https://drive.google.com/file/d/1iVyzedtooepHOyWqp8JuW4shFvO9kHvb](url)

inactive

Pod::Spec.new do |s| s.name = "EstimoteSDK" s.version = "4.28.0" s.summary = "iOS library for Estimote iBeacon devices" s.homepage = "http://estimote.com" s.author = { "Estimote, Inc" => "[email protected]" } s.platform =...

I converted the `EstimoteSDK.framework` in to XCFramework by this library [xcframework-maker](https://github.com/darrarski/xcframework-maker) It went well with your [iOS-Proximity-SDK](https://github.com/Estimote/iOS-Proximity-SDK). I was able to proximity-sdk xcframework to my project. But for `EstimoteSDK.framework` it...