feat: 添加后台任务调试工具并优化水提醒任务逻辑

This commit is contained in:
richarjiang
2025-11-03 10:55:30 +08:00
parent 16c2351160
commit 0265ecfac2
6 changed files with 424 additions and 70 deletions

View File

@@ -5,6 +5,7 @@
<key>BGTaskSchedulerPermittedIdentifiers</key>
<array>
<string>com.expo.modules.backgroundtask.processing</string>
<string>com.anonymous.digitalpilates.task</string>
</array>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
@@ -25,7 +26,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0.21</string>
<string>1.0.22</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
@@ -81,6 +82,7 @@
<array>
<string>fetch</string>
<string>remote-notification</string>
<string>processing</string>
</array>
<key>UILaunchStoryboardName</key>
<string>SplashScreen</string>