JK
JK
I see, thanks for the reply. I hope there is a alternative to Micropython for embedded device, that's would be awsome. @youknowone
I am trying to use a graphql Email/password sign-in for the project, but could not find this feature in the project
@xhawk18 了解,感谢回复。 这边又做了点小优化 `POP {r4-r12,pc}` 实测运行正常, 可以省去 `BX lr` 这条指令
is this correct? ```go // msg for nmobile var msg_config = nkn.MessageConfig{ Unencrypted: false, NoReply: true, MaxHoldingSeconds: 600, MessageID: nil, TxPool: false, Offset: 0, Limit: 1000, } msg := DataMsg{...
OK, last question I have enabled Message Notification for a Sender in recipient's nMobile, how to use sdk for sender to use that feature?
@yilunzhang thanks for the reply, so I have tried to get the push notification token with following code, ```go reply :=
OK, now I have got two different message type from nMobile, type 1 ``` "{ "id":"7d26a046-5ab0-45a5-980d-1924d5932c17", "timestamp":1728970853153, "deviceId":"F04CC24C-XXXX-XXXX-XXXX-5D9910C8BA2B", "contentType":"receipt", "targetID":"8c8af4e2-e7de-40f5-84e5-81f0967dd639" }" ``` type 2 ``` "{ "id":"6c599c63-7205-433b-906e-1c1fbdedccf1", "timestamp":1728971167588, "deviceId":"F04CC24C-XXXX-XXXX-XXXX-5D9910C8BA2B", "contentType":"ping",...
@yilunzhang after some further reading and research, here is what I have found. **APNS_URL:** The URL https://api.push.apple.com/3/device/ is the endpoint for sending push notifications to iOS devices. It is where...
@Ethosa sorry for the late reply, been taking a long holiday : ) now I have retested the code. it's working now. `main.nim` ```nim # Import HappyX import happyx #...
I think there is still a issue with safari which affect chrome on iOS, and safari on MacOS. it may not a big problem for Desktop Browser User, but we...