Setup Push notifications for iOS

This commit is contained in:
2023-08-19 18:12:25 +02:00
parent 1a172d3d86
commit 1ff3b4f059
5 changed files with 157 additions and 4 deletions

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>aps-environment</key>
<string>development</string>
</dict>
</plist>