You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i use flutter sdk and jpns to push.
i find title show in content,and desc not show
my code like this
and push show like this. title "Flutter stu" is my app name. it just show "title"
Screenshots Link
No response
The text was updated successfully, but these errors were encountered:
hi ,i think i found the problem.
the "alert" and "extras" is not only a "string" ,it can be a dictionary,such as a json object.
i tried use a json string,but it cant valid.
i think we should change the field "alert" and "extras" to object ,not string ,then request jpush server.
as also as the client sdk, i used flutter sdk,it also use "string".
this is the jpush example
OpenIM Server Version
3.8
Operating System and CPU Architecture
Linux (AMD)
Deployment Method
Docker Deployment
Bug Description and Steps to Reproduce
i use flutter sdk and jpns to push.
i find title show in content,and desc not show
my code like this
and push show like this. title "Flutter stu" is my app name. it just show "title"
Screenshots Link
No response
The text was updated successfully, but these errors were encountered: