taivo / parse-push-plugin

Push notification plugin for Cordova/Phonegap/ionic on Parse platform
118 stars 102 forks source link

ANDROID - No error even if server is offline and getSubscriptions return cached value #80

Closed rooswelt closed 8 years ago

rooswelt commented 8 years ago

In Android (6.0) calling plugin method (subscribe, unsubscribe, etc.) when server is offline does not return any error

Moreover calling getSubscriptions return old invalid values (like they where cached) even if I kill and restart application

I think it is related to #79

rooswelt commented 8 years ago

Cleaning user data clears also cached values

taivo commented 8 years ago

This is more of a design decision of Parse SDK. All we do with the plugin is translating javascript calls into Parse SDK calls.