We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
If the deviceID is deleted remotely, by apns feedback. When SDK tries to retry registering device token to server, the topic ID will be removed.
That is because in
skygear-SDK-JS/packages/skygear-core/lib/push.js
Line 89 in c800e44
Device record can be properly set
Topic id is removed from device record.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If the deviceID is deleted remotely, by apns feedback. When SDK tries to retry registering device token to server, the topic ID will be removed.
That is because in
skygear-SDK-JS/packages/skygear-core/lib/push.js
Line 89 in c800e44
We don't pass topicID to retry method
Expected Results
Device record can be properly set
Actual Results
Topic id is removed from device record.
Steps to reproduce
The text was updated successfully, but these errors were encountered: