Add a Google Play helper that expose a getAppInfos which take a bundle id as param and send back an object containing store app version, update date, and required os version.
Also add the nativescript-appversion plugin which give local infos about app across versions.
An exemple of plugin use is in the androi version of store-update.ts but would be replaced by the common version for both platforms.
Add a Google Play helper that expose a
getAppInfos
which take a bundle id as param and send back an object containing store app version, update date, and required os version. Also add thenativescript-appversion
plugin which give local infos about app across versions. An exemple of plugin use is in the androi version ofstore-update.ts
but would be replaced by the common version for both platforms.