Add iOS notification services

🐛 Fix didn't request notification permission
This commit is contained in:
2024-12-08 21:24:06 +08:00
parent 0afb6b9c5b
commit 415446e3bb
9 changed files with 402 additions and 2 deletions

View File

@ -62,6 +62,10 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>NSUserActivityTypes</key>
<array>
<string>INSendMessageIntent</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>