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
When calling this on client app(iOS version), I get error message on my terminal. ##### PUSH ERROR: Master key is invalid, you should only use master key to send push
I am testing on my mac.
If you have the another resolution, please let me know about it.
Thanks,
Martin
The text was updated successfully, but these errors were encountered:
Push is disabled by default on the client IHMO, as it's unsafe to open the push API to the clients. Maybe we could lift that restriction but I would not encourage it. @drew-gross what do you think?
I generally would like to prioritize compatibility with Parse.com, despite the security issues. It is possible (although difficult) to securely enable client push if your other security settings are on-point, not to mention the many clients already in the wild that rely on client push. I certainly wouldn't recommend new apps use client push, and I'd probably make sure there are lots of warnings if client push is enabled. At any rate, nobody is currently implementing it.
@otto1020 your issue is that you misspelled useMasterKey (you have use*r*MasterKey)
Hello,
To fix this issue, I have checked #575, #564, #401 and #396, but I could not find the resolution.
Here is my code:
main.js
index.js
When calling this on client app(iOS version), I get error message on my terminal.
##### PUSH ERROR: Master key is invalid, you should only use master key to send push
I am testing on my mac.
If you have the another resolution, please let me know about it.
Thanks,
Martin
The text was updated successfully, but these errors were encountered: