nativescript-app-sync
nativescript-app-sync copied to clipboard
♻️ Update your app without going through the app store!
I've deployed an app thru Play, now I've released a patch using nativescript-app-sync release android --d Production. I then successfully "patched" it to be mandatory. But the app's install metrics...
When the option to restart the app on install is clicked the app closes and does not restart. Then when you manually launch the app you get the below error...
Android is working, but iOS after re-starting is still old version. I also checked the package's version and history on server, it seems ok. How do I find out what...
Hey @nStudio team @NathanWalker @NathanaelA @triniwiz, I know you guys are busy but if you can take a quick look at this I would really appreciate it. I'm using the...
Hi there, This plugin looks very promising however it doesn't seem to work with Nativescript-Vue iOS. Currently, I'm using the following: ``` "nativescript": { "id": "sample.example.id", "tns-android": { "version": "6.3.1"...
Using Nativescript-vue and adding this the code just as documented in my main app.js file: ``` import { AppSync } from "nativescript-app-sync"; AppSync.sync({ deploymentKey: "my-key" }); ``` When I try...
HI, Can you upgrade this useful plugin for nativescript 7 ?? It is very important for my app(s) thank you very much
I never had crash before .. but now when testing the App crash with IOS : ```ts ***** Fatal JavaScript exception - application has been terminated. ***** Native stack trace:...