-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS not updated after AppSync #76
Comments
yes, please fix/upgrade this best plugin ever !!! |
Howdy @NathanWalker @NathanaelA @triniwiz - just verifying - these repos from Eddy are indeed being supported by you now, correct? And has anyone out there been able to get this working with the latest NS? Thanks ya'll! |
Tested on latest version and i can confirm that it's working on Android but not on iOS. Really hope this plugin gets an update for iOS. ✔ Getting NativeScript components versions information... |
Same issue. Working on Android but not on iOS Is plugin abandoned or updates are planned? |
Any update on this? Also not working on iOS. |
Finally I can fix the problem for iOS in main.m #import <NativeScript/NativeScript.h> // config.BaseDir = baseDir; << comment this then run from xcode to make it compile with new main.m (I am not sure why hooks/before-prepare doesn't work and it need to update) |
I still found strange behavior in iOS after new fresh install |
Did you solve the problem? |
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 usingmandatory
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
![ios-pending](https://user-images.githubusercontent.com/43324221/126545432-4a5a4cb8-7d4b-4487-87cc-4208e4ae9439.png)
ns build ios --release
andnativescript-app-sync release <appname> ios
. Here is theiOS
history from the appSync server:As you can see the server shows all of my iOS appSyncs as
pending
.Also, here is my
![app ts — loopmein-mobile 2021-07-21 11-21-58](https://user-images.githubusercontent.com/43324221/126546910-7339361b-758a-4130-907b-3937de381e80.png)
appSync
call:Any help you can give me is greatly appreciated.
Cheers!
The text was updated successfully, but these errors were encountered: