Skip to content

Commit 944c1ff

Browse files
Updated sample app (#47)
* Sample app * set location added in sample app * appkey and server url updated Co-authored-by: ArtursKadikis <[email protected]>
1 parent 66aadcf commit 944c1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example_integration.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ int main() {
4646
// OS, OS_version, device, resolution, carrier, app_version);
4747
ct.SetMetrics("Windows 10", "10.22", "Mac", "800x600", "Carrier", "1.0");
4848
// Server and port
49-
ct.start("8c1d653f8f474be24958b282d5e9b4c4209ee552", "https://master.count.ly", 443, true);
49+
ct.start("APP_KEY", "https://try.count.ly", 443, true);
5050
ct.SetMaxEventsPerMessage(10);
5151
ct.setAutomaticSessionUpdateInterval(5);
5252

0 commit comments

Comments
 (0)