Skip to content

Commit

Permalink
feat: fix missing push notification entitlement
Browse files Browse the repository at this point in the history
  • Loading branch information
liaoxuan committed Jun 24, 2024
1 parent 495cbf9 commit 7dbc7ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.liaoliao666.v2ex",
"buildNumber": "1.7.5.4",
"buildNumber": "1.7.5.5",
"entitlements": {
"aps-environment": "development"
},
"privacyManifests": {
"NSPrivacyAccessedAPITypes": [
{
Expand Down

0 comments on commit 7dbc7ef

Please sign in to comment.