Commit fc0999ba by Administrator

推送合并

1 parent 5fca848c
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>aps-environment</key>
<string>development</string>
<key>com.apple.developer.applesignin</key> <key>com.apple.developer.applesignin</key>
<array> <array>
<string>Default</string> <string>Default</string>
......
...@@ -374,6 +374,7 @@ class ImService { ...@@ -374,6 +374,7 @@ class ImService {
onNotificationClicked: _onNotificationClicked, onNotificationClicked: _onNotificationClicked,
sdkAppId: Constant.imSdkAppId, sdkAppId: Constant.imSdkAppId,
appKey: Constant.imClientSecure, appKey: Constant.imClientSecure,
apnsCertificateID: 47799,
); );
if (res.code == 0) { if (res.code == 0) {
debugPrint('注册推送成功--------'); debugPrint('注册推送成功--------');
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!