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

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

jquery - ReferenceError: CKEDITOR is not defined -

android - Go back to previous fragment -