Hi All,

I want to calibrate my beacon with AirLocate(download from 
https://developer.apple.com/library/ios/samplecode/AirLocate/Introduction/Intro.html),
If I set my beacon proximity UUID as B9407F30-F5F8-466E-AFF9-25556B57FE6D (my 
own Proximity UUID, generate by ‘uuidgen’), it doesn’t work, 
but if I changed that as E2C56DB5-DFFB-48D2-B060-D0F5A71096E0(build-in by 
Apple) and it works well and just work for this UUID.

I did not changed anything for source code, except add my UUID in to 
_supportedProximityUUIDs

        // uuidgen should be used to generate UUIDs.
        _supportedProximityUUIDs = @[[[NSUUID alloc] 
initWithUUIDString:@"B9407F30-F5F8-466E-AFF9-25556B57FE6D"],
                                      [[NSUUID alloc] 
initWithUUIDString:@"dfeb5a13-418d-4d25-9906-90cc16644c5e"],
                                      [[NSUUID alloc] 
initWithUUIDString:@"D6DF6FE2-BB8C-4119-B7FD-CB1FAAB99AB5"],
                                      [[NSUUID alloc] 
initWithUUIDString:@"E2C56DB5-DFFB-48D2-B060-D0F5A71096E0"],
                                      [[NSUUID alloc] 
initWithUUIDString:@"74278BDA-B644-4520-8F0C-720EAF059935"]];

Does anyone meet this bug?

many thanks!


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to