We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 146cccf + eeeb420 commit 68ea5d0Copy full SHA for 68ea5d0
ShareClient/ShareClient.swift
@@ -28,8 +28,8 @@ public enum ShareError: Error {
28
29
30
public enum KnownShareServers: String {
31
- case US="https://share1.dexcom.com"
32
- case NON_US="https://shareous1.dexcom.com"
+ case US="https://share2.dexcom.com"
+ case NON_US="https://shareous2.dexcom.com"
33
34
}
35
ShareClient/ShareService.swift
@@ -88,7 +88,7 @@ public class ShareService: ServiceAuthentication {
88
89
90
private let DexcomShareURL = URL(string: KnownShareServers.US.rawValue)!
91
-private let DexcomShareServiceLabel = "DexcomShare1"
+private let DexcomShareServiceLabel = "DexcomShare2"
92
93
94
extension KeychainManager {
0 commit comments