- Push Notifications & Background Mode (remote-notification) als iOS-Capability ergänzt (Runner.entitlements, Info.plist, project.pbxproj) - Apple Developer Account freigeschaltet, APNs-Schlüssel in Firebase hinterlegt - Doku: firebase-einrichtung.md Schritt 6 auf "erledigt" + Stolperfalle "Personal Team versteckt Push-Capability" festgehalten - Handoff: V1 nun auch iOS vollständig, iOS-Push aus Offen-Liste entfernt Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
8 lines
246 B
XML
8 lines
246 B
XML
<?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>
|