ruuvi / com.ruuvi.station.ios

iOS Ruuvi Station
BSD 3-Clause "New" or "Revised" License
34 stars 21 forks source link

Plain text formatted push messages not working from cloud #2070

Closed markoaamunkajo closed 3 months ago

markoaamunkajo commented 3 months ago

Description:

Seems that iOS is still using locally formatted strings for push messages. Expectation is that "showLocallyFormatted\":false, would be respected. Log below.

Image

Image

[2024-06-26T08:25:13.469] [DEBUG] pushNotification - result for ios: { "message": { "GCM": "{\"notification\":{\"showLocallyFormatted\":false,\"body\":\"The sensor has detected3\nmovement. Current movement counter: 150.\",\"title\":\"Ruuvi Movement1\nAlert2: 'Ruuvi 656A'\",\"content_available\":true,\"mutable_content\":true,\"sound\":\"ruuvi_speak.caf\"},\"token\":\"fLkP1QhTCkvwnyyciejrqX:APA91bGsIwQkBYSGRH0da_5VYBzLqNh-6PCiP5uN6KiYI8IIPBq5KHSOSxuWU1-JQKk5qsO7gjpXtO9Kf9msP-Zk1HVeP72nEIi-p5GnFHeNyM9Nc82fdqrVVb7mEwniVWU7CsokNqT2\",\"email\":\"alexey+test1@ruuvi.com\",\"type\":\"alert\",\"data\":{\"email\":\"alexey+test1@ruuvi.com\",\"name\":\"Ruuvi 656A\",\"id\":\"DB:50:4B:2A:65:6A\",\"alertType\":\"movement\",\"triggerType\":\"different from\",\"currentValue\":\"150\",\"thresholdValue\":\"0\",\"thresholdMin\":\"0\",\"thresholdMax\":\"0\",\"alertUnit\":\"TIMES\",\"alertUnitType\":\"MOVEMENT\",\"alertData\":\"\",\"userId\":51968,\"lang\":\"en\"}}" }, "endpointARN": "arn:aws:sns:eu-central-1:503842662039:endpoint/GCM/MobilePushNotification/f0fe71e7-9f5b-3ae2-86f9-928e878e05cd", "deviceType": "ios" }

markoaamunkajo commented 3 months ago

QA passed