Created
November 8, 2015 21:45
-
-
Save mikekavouras/883736f96f9c5febc35b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - (void)viewDidLoad { | |
| [super viewDidLoad]; | |
| _peripheralManager = [[CBPeripheralManager alloc] initWithDelegate:self queue:nil]; | |
| [_peripheralManager startAdvertising:@{ CBAdvertisementDataServiceUUIDsKey : @[[CBUUID UUIDWithString:TRANSFER_SERVICE_UUID]] }]; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment