Skip to content

Commit 606c2fe

Browse files
committed
Example app edit
1 parent 4df6aac commit 606c2fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/BeaconstacExample/BeaconstacExample/ViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ - (void)viewDidLoad
3939
self.title = @"Beaconstac";
4040

4141
// Setup and initialize the Beaconstac SDK
42-
beaconstac = [Beaconstac sharedInstanceWithOrganizationId:720 developerToken:@"e62435a78e67ec98bba3b879ba00448650032557"];
42+
beaconstac = [Beaconstac sharedInstanceWithOrganizationId:<org_id> developerToken:<dev_token>];
4343
beaconstac.allowRangingInBackground = YES;
4444
[beaconstac setDelegate:self];
4545
[beaconstac setUserIdentityWithFirstName:@"User" lastName:nil emailAddress:@"user@domain.com" userInfo:nil];

0 commit comments

Comments
 (0)