2
0

Volto migration alerts.

This commit is contained in:
Maarten Billemont
2020-02-26 23:01:44 -05:00
parent 35e64ea9cf
commit f659c0936e
6 changed files with 147 additions and 18 deletions

View File

@@ -102,7 +102,7 @@
// Countly
CountlyConfig *countlyConfig = [CountlyConfig new];
countlyConfig.host = @"https://countly.lyndir.app";
countlyConfig.host = @"https://countly.lyndir.com";
countlyConfig.appKey = decrypt( countlyKey );
countlyConfig.features = @[ CLYPushNotifications, CLYAutoViewTracking ];
countlyConfig.requiresConsent = YES;