Explorar el Código

Include LOOP_PUSH_SERVER_ENVIRONMENT in the Nightscout configuration error message.

Jonas Björkert hace 1 año
padre
commit
5866d6ecb1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      LoopFollow/Remote/Loop/LoopOverrideViewModel.swift

+ 1 - 1
LoopFollow/Remote/Loop/LoopOverrideViewModel.swift

@@ -74,7 +74,7 @@ final class LoopOverrideViewModel: ObservableObject, Sendable {
         case "Unauthorized":
             return "Unauthorized, verify that your token is correct and has admin auth"
         case "APNs delivery failed: BadDeviceToken":
-            return "APNs delivery failed: BadDeviceToken, verify that the production setting or Browser/XCode build setting is correct in your Nightscout setup."
+            return "APNs delivery failed: BadDeviceToken, verify that the LOOP_PUSH_SERVER_ENVIRONMENT parameter in your Nightscout setup matches the build method used for Loop"
         default:
             return errorTitle
         }