Giter Club home page Giter Club logo

aprilbeacon-ios-sdk's People

Contributors

daisysomus avatar liaojinhua avatar losingle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aprilbeacon-ios-sdk's Issues

libAprilBeaconSDK.a does not contain simulator arm64 slices.

@volca Getting:
ld: in Pods/AprilSDK/AprilSDK/libAprilBeaconSDK.a(ABError.o), building for iOS Simulator, but linking in object file built for iOS, file 'Pods/AprilSDK/AprilSDK/libAprilBeaconSDK.a' for architecture arm64

~/AprilSDK ❯❯❯ lipo -archs libAprilBeaconSDK.a
armv7 i386 x86_64 arm64

set beacons scan period

Hello!
I use your AprilBeacon-iOS-SDK. To start ranging all April beacons that are visible in range i use the method startRangingBeaconsInRegion: . Then I use delegate method  beaconManager:didRangeBeacons:inRegion: to retrieve found beacons. This delegate method is calling every 1 second. How can I change this interval, for example if I want to retrieve found beacons more often?
Your SDK for Android has method “public void setForegroundScanPeriod(long scanPeriodMillis, long waitTimeMillis)”. Do you have analogy for iOS SDK?

Battery Level always getting either 100% or 0%

I am getting batteryLevel either 100% or 0%

I need exactly battery level percentage

  • (void)beaconDidConnected:(ABBeacon *)beaconConnected withError:(NSError *)error
    {
    if (error) {
    [self showAlertWithMessage:@"Connection Failed !!"];
    return;
    }

    BOOL state = self.beacon.isConnected;

    NSLog(@"Battery Life: %@",beaconConnected.batteryLevel);
    }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.