Commit 9a9d918
Harden agents-mobile store config: privacy manifest, permissions, splash, icons
Cover binary-readiness gaps for App Store / Play review:
- Declare iOS privacy manifest (ios.privacyManifests) for the
required-reason APIs used by AsyncStorage and Sentry. Apple
auto-rejects uploads (ITMS-91053) that call these without a
declaration; statically-linked pods' own manifests aren't reliably
read, so declare at app level. NSPrivacyTracking is false and
crash/perf data is declared not-linked / not-tracking.
- Set expo-image-picker microphonePermission:false and block
RECORD_AUDIO + legacy READ/WRITE_EXTERNAL_STORAGE on Android. The app
uses the system photo picker (content URIs, no broad media access)
and never records audio, so these only bloat the Play permission
list / Data Safety form.
- Add expo-splash-screen + assets/splash-icon.png (dark #101217
background). There was no splash, so cold start flashed blank white
against the dark theme.
- Ship an opaque iOS icon (flatten the transparent corners onto
#101217) since Apple rejects icons with alpha, and add a monochrome
adaptive-icon layer for Android 13+ themed icons.
- Add expo-system-ui so userInterfaceStyle:automatic actually applies
on Android (prebuild warned it was a no-op without it).
- Add an app description.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent ac2391d commit 9a9d918
7 files changed
Lines changed: 124 additions & 2 deletions
File tree
- .changeset
- packages/agents-mobile
- assets
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
32 | 48 | | |
33 | 49 | | |
34 | 50 | | |
| |||
45 | 61 | | |
46 | 62 | | |
47 | 63 | | |
48 | | - | |
49 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
50 | 69 | | |
51 | 70 | | |
52 | 71 | | |
| |||
59 | 78 | | |
60 | 79 | | |
61 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
62 | 126 | | |
63 | 127 | | |
64 | 128 | | |
65 | 129 | | |
66 | 130 | | |
67 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
68 | 140 | | |
69 | 141 | | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
70 | 145 | | |
71 | 146 | | |
72 | 147 | | |
| |||
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments