Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ethan
/
appframe
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit fc0999ba
authored
2026-02-05 17:17:36 +0800
by
Administrator
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
推送合并
1 parent
5fca848c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
ios/Runner/Runner.entitlements
lib/services/im_service.dart
ios/Runner/Runner.entitlements
View file @
fc0999b
...
...
@@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
<key>
aps-environment
</key>
<string>
development
</string>
<key>
com.apple.developer.applesignin
</key>
<array>
<string>
Default
</string>
...
...
lib/services/im_service.dart
View file @
fc0999b
...
...
@@ -374,6 +374,7 @@ class ImService {
onNotificationClicked:
_onNotificationClicked
,
sdkAppId:
Constant
.
imSdkAppId
,
appKey:
Constant
.
imClientSecure
,
apnsCertificateID:
47799
,
);
if
(
res
.
code
==
0
)
{
debugPrint
(
'注册推送成功--------'
);
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment