Commit 4c43bee
authored
MOBILE-222: Align flutter example App Group ID so NC shows real pushes (#200)
The NSE suiteName and push_item_manager.dart appGroupID used
group.cloud.Mindbox.cloud.mindbox.flutterExample — the App Group of the old
bundle id (cloud.mindbox.flutterExample) — while the Runner/NSE/NCE entitlements
use group.cloud.Mindbox.mindbox.Flutter.Example for the current bundle id
(mindbox.Flutter.Example). The processes weren't entitled to their suiteName, so
the shared container was empty and the notification centre showed stubs instead
of received pushes. Point both at the entitled group.1 parent 74ad8a8 commit 4c43bee
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- example/flutter_example
- ios/MindboxNotificationServiceExtension
- lib/view/managers
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments