Reproduction
- Open iOS Simulator with any iOS 18 version
- go to your web/localhost app
- Instal it as PWA
- Open PWA
- Try to register the device for push notifications
Expectation
The registration is successful
Reliability
The registration fails because targetUrl and encryptionKey are not correctly generated
{
"id": "01K****EDITED****",
"deviceSecret": "01K1WF4QF8SZME23EWQ2DT3QNH",
"platform": "browser",
"formFactor": "desktop",
"deviceIdentityToken": null,
"push": {
"recipient": {
"transportType": "web",
"targetUrl": "",
"publicVapidKey": "BM-****EDITED****",
"encryptionKey": {
"p256dh": "",
"auth": ""
}
}
}
}
The same works on browser and android emulators.
If needed I can provide a test URL in private.
┆Issue is synchronized with this Jira Task by Unito
Reproduction
Expectation
The registration is successful
Reliability
The registration fails because
targetUrlandencryptionKeyare not correctly generated{ "id": "01K****EDITED****", "deviceSecret": "01K1WF4QF8SZME23EWQ2DT3QNH", "platform": "browser", "formFactor": "desktop", "deviceIdentityToken": null, "push": { "recipient": { "transportType": "web", "targetUrl": "", "publicVapidKey": "BM-****EDITED****", "encryptionKey": { "p256dh": "", "auth": "" } } } }The same works on browser and android emulators.
If needed I can provide a test URL in private.
┆Issue is synchronized with this Jira Task by Unito