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 AppSync plugin and the NS AppSync server. Syncing Android is working correctly but iOS just shows each sync version as `pending` (see below). The app seems to download and install the update but it doesn't run the updated code. If I run the sync again it returns no new sync version. I've tried using `mandatory` and killing/restarting the app multiple times but notta. Here are my package specs: `NS: 8.0.2` `@nativescript/core: 8.0.8` `@nativescript/appsync: 3.0.1` `nativescript-app-sync-cli: 1.0.1` `@nativescript/ios: 8.0.0` For my build and deploy I'm using `ns build ios --release` and `nativescript-app-sync release <appname> ios`. Here is the `iOS` history from the appSync server: <img width="637" alt="ios-pending" src="https://user-images.githubusercontent.com/43324221/126545432-4a5a4cb8-7d4b-4487-87cc-4208e4ae9439.png"> As you can see the server shows all of my iOS appSyncs as `pending`. Also, here is my `appSync` call: <img width="652" alt="app ts — loopmein-mobile 2021-07-21 11-21-58" src="https://user-images.githubusercontent.com/43324221/126546910-7339361b-758a-4130-907b-3937de381e80.png"> Any help you can give me is greatly appreciated. Cheers!