Skip to content

Commit

Permalink
Auto tracking removed as it isnt of any use
Browse files Browse the repository at this point in the history
  • Loading branch information
trinisofttechnologies committed Dec 18, 2019
1 parent dadb83d commit 5b099a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Classes/CountlyFlutterPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ - (void)handleMethodCall:(FlutterMethodCall*)call result:(FlutterResult)result {
config.host = serverurl;

config.sendPushTokenAlways = YES;
config.features = @[CLYCrashReporting, CLYPushNotifications, CLYAutoViewTracking];
config.features = @[CLYCrashReporting, CLYPushNotifications];

if(command.count == 3){
deviceID = [command objectAtIndex:2];
Expand Down

0 comments on commit 5b099a5

Please sign in to comment.