Commit d321cb5
fix(relay): correct APNs topic to real mobile bundle id
The production configmap used APNS_TOPIC=com.idealapp.RxCode.Mobile, which
is not an app registered under the auth key's team (T7GYB573Y6). APNs
rejected every push with 400 TopicDisallowed. The actual RxCode Mobile
bundle id is app.rxlab.rxcodemobile (matching the working relay .env),
so use that. Also fixes Live Activity pushes, whose topic is derived by
suffixing this value with .push-type.liveactivity.
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>1 parent 03ab7a6 commit d321cb5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments