Estimote / react-native-proximity

React Native wrapper for Estimote Proximity SDK
Apache License 2.0
61 stars 38 forks source link

Dont see my beacons #34

Closed tomtomgo92 closed 5 years ago

tomtomgo92 commented 5 years ago

Hello, i dont know why but, i dont have alert or console.log from my beacon on IOS but befor its working

do you have ideas ? (I use exemple code)

2019-03-05 11:01:09.747 [info][tid:com.facebook.react.JavaScript] location permission: always
2019-03-05 11:01:09.746872+0100 mccknock[8177:2666786] location permission: always
2019-03-05 11:01:09.748 [info][tid:main][RNEstimoteProximity.m:59] Initializing with config: {
    appId = "mcc-o1k";
    appToken = c2f43529474a6874855754ee2ee534e4;
    notification =     {
        channel =         {
            id = "exploration-mode";
            name = "Exploration Mode";
        };
        text = "We'll notify you when you're next to something interesting.";
        title = "Exploration mode is on";
    };
}
2019-03-05 11:01:09.747740+0100 mccknock[8177:2666672] Initializing with config: {
    appId = "MyAppIdBeGood";
    appToken = MyAccessTokenBeGood;
    notification =     {
        channel =         {
            id = "exploration-mode";
            name = "Exploration Mode";
        };
        text = "We'll notify you when you're next to something interesting.";
        title = "Exploration mode is on";
    };
}
2019-03-05 11:01:09.770 [info][tid:main][RNEstimoteProximity.m:76] Creating Proximity Zone _id = efv1f957tf, range = 5, tag = desk
2019-03-05 11:01:09.769933+0100 mccknock[8177:2666672] Creating Proximity Zone _id = efv1f957tf, range = 5, tag = desk
2019-03-05 11:01:09.770 [info][tid:main][RNEstimoteProximity.m:76] Creating Proximity Zone _id = f36d26m9app, range = 5, tag = lobby
2019-03-05 11:01:09.770013+0100 mccknock[8177:2666672] Creating Proximity Zone _id = f36d26m9app, range = 5, tag = lobby
2019-03-05 11:01:09.771 [info][tid:main][RNEstimoteProximity.m:114] Started observing for 2 zone(s)
2019-03-05 11:01:09.771433+0100 mccknock[8177:2666672] Started observing for 2 zone(s)