We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33aa8c0 commit df604b0Copy full SHA for df604b0
1 file changed
macOS/APIExample/Common/KeyCenter.swift
@@ -7,10 +7,10 @@
7
//
8
9
struct KeyCenter {
10
- static let AppId: String = "aab8b8f5a8cd4469a63042fcfafe7063"
+ static let AppId: String = <#YOUR APPID#>
11
12
// assign token to nil if you have not enabled app certificate
13
- static let Certificate: String? = nil
+ static let Certificate: String? = <#YOUR Certificate#>
14
15
static var Token: String? = nil
16
}
0 commit comments