IOS-M0-09 Push Token 注册与通知偏好 #9

Closed
opened 2026-05-28 19:56:30 +08:00 by wangdl · 4 comments
Owner

目标

注册 APNs Push Token 到后端,支持通知偏好设置。

后端接口

方法 路径 说明
GET /notifications/preferences 通知偏好
PATCH /notifications/preferences 更新偏好
POST /notifications/push-token 注册 Push Token
DELETE /notifications/push-tokens/:token 移除 Token

模块职责

  1. AppDelegate / App 入口注册 APNs
  2. 获取 deviceToken → POST 到后端
  3. 设置页:通知偏好开关(复习提醒/新功能/系统通知)
## 目标 注册 APNs Push Token 到后端,支持通知偏好设置。 ## 后端接口 | 方法 | 路径 | 说明 | |------|------|------| | GET | /notifications/preferences | 通知偏好 | | PATCH | /notifications/preferences | 更新偏好 | | POST | /notifications/push-token | 注册 Push Token | | DELETE | /notifications/push-tokens/:token | 移除 Token | ## 模块职责 1. AppDelegate / App 入口注册 APNs 2. 获取 deviceToken → POST 到后端 3. 设置页:通知偏好开关(复习提醒/新功能/系统通知)
wangdl added this to the M0:iOS C 端核心功能补全 milestone 2026-05-28 19:56:30 +08:00
Author
Owner

IOS-M0-09 Push Token 与通知偏好 - NotificationService 补充 6 个方法 完成

服务层接口已接入。

## ✅ IOS-M0-09 Push Token 与通知偏好 - NotificationService 补充 6 个方法 完成 服务层接口已接入。
Author
Owner

IOS-M0-09 完成

服务层接口已接入。

## ✅ IOS-M0-09 完成 服务层接口已接入。
Author
Owner

关闭

对应功能已实现。代码在 Features/ 中。

## 关闭 对应功能已实现。代码在 Features/ 中。
Author
Owner

关闭

对应功能已实现。

## 关闭 对应功能已实现。
Sign in to join this conversation.
No description provided.