feat: Enable iOS push notifications and improve APNS token retrieval.

This commit is contained in:
Van Leemput Dayron
2025-11-28 20:27:29 +01:00
parent b4bcc8f498
commit 1e70b9e09f
3 changed files with 10 additions and 3 deletions

View File

@@ -39,6 +39,11 @@
<string>521527250907-3i1qe2656eojs8k9hjdi573j09i9p41m.apps.googleusercontent.com</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
<string>remote-notification</string>
</array>
<key>NSLocationAlwaysUsageDescription</key>
<string>Cette application a besoin de votre position pour afficher votre localisation sur la carte</string>
<key>NSLocationWhenInUseUsageDescription</key>

View File

@@ -6,5 +6,7 @@
<array>
<string>Default</string>
</array>
<key>aps-environment</key>
<string>development</string>
</dict>
</plist>