Nova
Nova
Hey @flovilmart, my VERBOSE setting is disabled, but my logs are filled with these errors by 90%. How do I turn them off? The fact that servers show and write...
Looks like they just forgot to set the right setting for these errors. I've downgraded to an earlier version.
Any news on this issue? Is there a way to switch the Push errors off? Or is there a way to automatically erase all Installations with Bad Device Tokens?
Do you know any adequate way to find the bad device tokens and erase them? We have a bunch of them, and they only increase in numbers, especially the ones...
@wicked-wei , our tests for this PARSE_SERVER_CLEANUP_INVALID_INSTALLATIONS option showed that: 1) even the VALID iOS deviceTokens are erased for some reason 2) the old, invalid, unused android deviceTokens are not...
@flovilmart , the issue is described in this ticket: https://github.com/parse-community/Parse-SDK-iOS-OSX/issues/1224 We are 100% sure that PARSE_SERVER_CLEANUP_INVALID_INSTALLATIONS flag cleans up even VALID ios installations. Why? I don't know. I've checked the...
@wicked-wei the sandbox was used by 20 beta-testers only. When we set PARSE_SERVER_CLEANUP_INVALID_INSTALLATIONS flag, nothing bad happened at first, but then in 3 days we started getting complaints from both...
@wicked-wei ok, so why did production users lose their deviceToken data, if we send push notifications from cloud code only? The parse-server config has both certificates installed: ``` "PARSE_SERVER_PUSH": {...
@wicked-wei , this is all quite informative, but it doesn't resolve the issue of undefined deviceTokens for valid ios installations. Your idea is to change the development certificate to a...
Did anyone find a solution to this issue? I'd like to set the PARSE_SERVER_CLEANUP_INVALID_INSTALLATIONS to 1 without losing valid iOS installations.