Fix share extension functionality

- Add debugging logs to help diagnose sharing issues
- Improve completion handling in share extension
- Check for shared content when app becomes active
- Fix async handling of shared content processing
This commit is contained in:
jack
2025-07-08 04:26:02 +02:00
parent 6a7b33047a
commit 244af2197c
4 changed files with 226 additions and 35 deletions
-11
View File
@@ -40,16 +40,5 @@
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>bitchat</string>
</array>
<key>CFBundleURLName</key>
<string>chat.bitchat</string>
</dict>
</array>
</dict>
</plist>