Hi there!
In the example code, sample.cpp, lines 61, 63 there is a typo I guess:
status = SetAppVersion(L"PASTE_YOUR_APP_VERION"); // VERSION?
#else
status = SetAppVersion(“PASTE_YOUR_APP_VERION”); // VERSION?
Cheers,
Alex L
Hi there!
In the example code, sample.cpp, lines 61, 63 there is a typo I guess:
status = SetAppVersion(L"PASTE_YOUR_APP_VERION"); // VERSION?
#else
status = SetAppVersion(“PASTE_YOUR_APP_VERION”); // VERSION?
Cheers,
Alex L
Hi,
You can set any value. This is used for generating analytics only.