We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df6aac commit 606c2feCopy full SHA for 606c2fe
Examples/BeaconstacExample/BeaconstacExample/ViewController.m
@@ -39,7 +39,7 @@ - (void)viewDidLoad
39
self.title = @"Beaconstac";
40
41
// Setup and initialize the Beaconstac SDK
42
- beaconstac = [Beaconstac sharedInstanceWithOrganizationId:720 developerToken:@"e62435a78e67ec98bba3b879ba00448650032557"];
+ beaconstac = [Beaconstac sharedInstanceWithOrganizationId:<org_id> developerToken:<dev_token>];
43
beaconstac.allowRangingInBackground = YES;
44
[beaconstac setDelegate:self];
45
[beaconstac setUserIdentityWithFirstName:@"User" lastName:nil emailAddress:@"user@domain.com" userInfo:nil];
0 commit comments