feat: 优化后台任务管理,添加系统权限和用户偏好的完整检查,增强通知功能

This commit is contained in:
richarjiang
2025-09-04 18:23:05 +08:00
parent 6c21c4b448
commit cb89ee7bc2
5 changed files with 217 additions and 108 deletions

View File

@@ -18,8 +18,7 @@
"NSPhotoLibraryUsageDescription": "应用需要访问相册以选择您的体态照片用于AI测评。",
"NSPhotoLibraryAddUsageDescription": "应用需要写入相册以保存拍摄的体态照片(可选)。",
"UIBackgroundModes": [
"background-fetch",
"background-processing"
"processing"
]
}
},
@@ -70,12 +69,7 @@
]
}
],
[
"expo-background-fetch",
{
"minimumInterval": 15
}
]
"expo-background-task"
],
"experiments": {
"typedRoutes": true