You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: windows/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ To build and run the sample application, get an App ID:
21
21
22
22
```
23
23
#define APP_ID _T("Your App ID")
24
+
#define APP_TOKEN _T("Your Token")
24
25
```
25
26
6. (Optional)Alternate approach to setup your APPID is to create an AppId.ini file under Debug/Release. Modify the appId value to the App ID you just applied.
0 commit comments