Commit 800d6117 by Administrator

苹果离线推送的集成通过

1 parent fc0999ba
......@@ -97,10 +97,10 @@
<string>_dartvm._tcp</string>
<string>_dartobservatory._tcp</string>
</array>
<!-- <key>UIBackgroundModes</key>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
</array> -->
<string>remote-notification</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>
</dict>
......
......@@ -97,10 +97,10 @@
<string>_dartvm._tcp</string>
<string>_dartobservatory._tcp</string>
</array>
<!-- <key>UIBackgroundModes</key>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
</array> -->
<string>remote-notification</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>
......
......@@ -98,10 +98,10 @@
<!-- 对于更新的Flutter版本,有时还需要添加以下行 -->
<string>_dartobservatory._tcp</string>
</array>
<!-- <key>UIBackgroundModes</key>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
</array> -->
<string>remote-notification</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>
</dict>
......
......@@ -98,10 +98,10 @@
<!-- 对于更新的Flutter版本,有时还需要添加以下行 -->
<string>_dartobservatory._tcp</string>
</array>
<!-- <key>UIBackgroundModes</key>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
</array> -->
<string>remote-notification</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>
</dict>
......
......@@ -374,7 +374,7 @@ class ImService {
onNotificationClicked: _onNotificationClicked,
sdkAppId: Constant.imSdkAppId,
appKey: Constant.imClientSecure,
apnsCertificateID: 47799,
apnsCertificateID: 47801,
);
if (res.code == 0) {
debugPrint('注册推送成功--------');
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!