parse.com - Parse Cloud Code: beforeDelete not called for Installation on reinstallation -
i noticed @ point(?) parse update behavior of installations if user deletes app , reinstalls it, old installation associated device gets deleted.
however, when parse delete old installation automatically, doesn't seem parse.cloud.beforedelete(parse.installation, function(request, response) {})
called.
is there way trigger code either when installation deleted parse or upon reinstallation of app? (unsurprisingly, doesn't seem there's way detect when app in uninstalled.)
Comments
Post a Comment