소스 검색

移除ios推送 "launch-image"

locky 1 개월 전
부모
커밋
b662322403
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 4
      Service/PushService.py

+ 2 - 4
Service/PushService.py

@@ -143,8 +143,7 @@ class PushObject:
                 "aps": {
                     "alert": {
                         "title": msg_title,
-                        "body": msg_text,
-                        "launch-image": launch_image
+                        "body": msg_text
                     },
                     "sound": sound,
                     "category": "myCategory",
@@ -241,8 +240,7 @@ class PushObject:
                     "aps": {
                         "alert": {
                             "title": msg_title,
-                            "body": msg_text,
-                            "launch-image": launch_image
+                            "body": msg_text
                         },
                         "sound": sound,
                         "category": "myCategory",