Skip to content

Commit

Permalink
Added option to track CLVisit events (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
svenroed committed Jul 26, 2016
1 parent f62132f commit 90e6770
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@ typedef void(^KATUpdateConfigHandler)(NSArray *regions, NSError *error);
@property (nonatomic) BOOL needsConfigUpdate;


/**
* Monitoring visits via CoreLocation visit detection
*
* @since v1.8.4
*/
@property (nonatomic) BOOL monitorVisits;


/**
* Get the local config
*
Expand Down
Binary file modified KatalysatorSDK.framework/Versions/A/KatalysatorSDK
Binary file not shown.
2 changes: 1 addition & 1 deletion Sample/Sample-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.8.3</string>
<string>1.8.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
1 change: 0 additions & 1 deletion Sample/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ - (void)viewDidAppear:(BOOL)animated

// AUDIENCE RECEIVING
KATAudienceManager *audienceManager = [[KATAudienceManager alloc] initWithApiToken:config.apiToken];
[audienceManager collect:@{@"userId" : @"sven@glimr.io"}];
[audienceManager audiencesAndGeotagsWithCompletion:^(NSDictionary *audiences, NSError *error)
{
// raw response
Expand Down

0 comments on commit 90e6770

Please sign in to comment.