Title: iOS didn't not update after restarting. · Issue #68 · NativeScript/nativescript-app-sync · GitHub
Open Graph Title: iOS didn't not update after restarting. · Issue #68 · NativeScript/nativescript-app-sync
X Title: iOS didn't not update after restarting. · Issue #68 · NativeScript/nativescript-app-sync
Description: 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 is wrong? ===============================================================...
Open Graph Description: 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 is wrong? =======================...
X Description: 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 is wrong? ===================...
Opengraph URL: https://github.com/NativeScript/nativescript-app-sync/issues/68
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"iOS didn't not update after restarting.","articleBody":"Android is working, but iOS after re-starting is still old version.\r\n\r\nI also checked the package's version and history on server, it seems ok.\r\n\r\nHow do I find out what is wrong?\r\n\r\n==================================================================================\r\n\r\nCONSOLE LOG file: src/app/app.component.ts:31:24: AppSync syncStatus: UPDATE_INSTALLED\r\nCONSOLE LOG file: src/app/app.component.ts:35:26: AppSync: update installed (v4) - it will be activated upon next cold boot\r\n\r\nThen I restarted app...\r\n\r\nCONSOLE LOG file: src/app/app.component.ts:31:24: AppSync syncStatus: UP_TO_DATE\r\nCONSOLE LOG file: src/app/app.component.ts:33:26: AppSync: no pending updates; you're running the latest version, which is undefined\r\n\r\n```\r\n AppSync.sync({\r\n serverUrl:'https://ota.aaa.com',\r\n enabledWhenUsingHmr: true,\r\n deploymentKey: isIOS ? \"dZiaUCZThcugCyhWuOzHrSBKOYHaRcTdAZyltXdC\" : \"dZiaUCZThcugCyhWuOzHrSBKOYHaRcTdAZyltXdC\",\r\n installMode: InstallMode.ON_NEXT_RESTART,\r\n mandatoryInstallMode: InstallMode.ON_NEXT_RESTART\r\n }, (syncStatus: SyncStatus, updateLabel?: string): void =\u003e {\r\n console.log(\"AppSync syncStatus: \" + syncStatus);\r\n if (syncStatus === SyncStatus.UP_TO_DATE) {\r\n console.log(`AppSync: no pending updates; you're running the latest version, which is ${updateLabel}`);\r\n } else if (syncStatus === SyncStatus.UPDATE_INSTALLED) {\r\n console.log(`AppSync: update installed (${updateLabel}) - it will be activated upon next cold boot`);\r\n }\r\n });\r\n```\r\n\r\n```\r\n \"dependencies\": {\r\n \"@angular/animations\": \"~8.2.0\",\r\n \"@angular/common\": \"~8.2.0\",\r\n \"@angular/compiler\": \"~8.2.0\",\r\n \"@angular/core\": \"~8.2.0\",\r\n \"@angular/forms\": \"~8.2.0\",\r\n \"@angular/http\": \"8.0.0-beta.10\",\r\n \"@angular/platform-browser\": \"~8.2.0\",\r\n \"@angular/platform-browser-dynamic\": \"~8.2.0\",\r\n \"@angular/router\": \"~8.2.0\",\r\n \"@nativescript/theme\": \"^2.3.3\",\r\n \"jssha\": \"^1.6.2\",\r\n \"nativescript-angular\": \"^8.21.0\",\r\n \"nativescript-app-sync\": \"^2.0.0\",\r\n \"nativescript-barcodescanner\": \"^3.4.2\",\r\n \"nativescript-carousel\": \"^6.1.1\",\r\n \"nativescript-couchbase-plugin\": \"^0.9.6\",\r\n \"nativescript-exit\": \"^1.0.1\",\r\n \"nativescript-localize\": \"4.2.0\",\r\n \"nativescript-numeric-keyboard\": \"^4.3.1\",\r\n \"nativescript-theme-core\": \"^2.0.24\",\r\n \"nativescript-ui-gauge\": \"^6.0.0\",\r\n \"reflect-metadata\": \"~0.1.8\",\r\n \"rxjs\": \"^6.4.0\",\r\n \"rxjs-compat\": \"^6.3.2\",\r\n \"tns-core-modules\": \"~6.5.0\",\r\n \"typescript-collections\": \"^1.3.3\",\r\n \"zone.js\": \"^0.9.1\"\r\n }\r\n```\r\n\r\n```\r\n┌───────┬────────────────┬─────────────┬───────────┬─────────────┬──────────────────────┐\r\n│ Label │ Release Time │ App Version │ Mandatory │ Description │ Install Metrics │\r\n├───────┼────────────────┼─────────────┼───────────┼─────────────┼──────────────────────┤\r\n│ v4 │ 34 minutes ago │ 2.0.4 │ No │ │ Active: 25% (1 of 4) │\r\n│ │ │ │ │ │ Total: 1 │\r\n├───────┼────────────────┼─────────────┼───────────┼─────────────┼──────────────────────┤\r\n│ v3 │ an hour ago │ 2.0.4 │ No │ │ Active: 25% (1 of 4) │\r\n│ │ │ │ │ │ Total: 1 (1 pending) │\r\n├───────┼────────────────┼─────────────┼───────────┼─────────────┼──────────────────────┤\r\n│ v2 │ 7 hours ago │ 2.0.4 │ No │ │ Active: 50% (2 of 4) │\r\n│ │ │ │ │ │ Total: 2 │\r\n├───────┼────────────────┼─────────────┼───────────┼─────────────┼──────────────────────┤\r\n│ v1 │ 7 hours ago │ 2.0.4 │ No │ │ No installs recorded │\r\n└───────┴────────────────┴─────────────┴───────────┴─────────────┴──────────────────────┘\r\n```","author":{"url":"https://github.com/alonstar","@type":"Person","name":"alonstar"},"datePublished":"2020-09-15T11:06:09.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/68/nativescript-app-sync/issues/68"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:7789dfd2-c4f7-f334-158b-db46d12b5076 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | D362:EC4FB:F3533B:146F296:6A5AA448 |
| html-safe-nonce | 1119c2733da95cc8705b0307ecf48c12630d4722bc514f05a673392d7862067a |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEMzYyOkVDNEZCOkYzNTMzQjoxNDZGMjk2OjZBNUFBNDQ4IiwidmlzaXRvcl9pZCI6IjY5MjY0MTczMTM5MjA2MjM2ODgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | db51ec7858d0b48b82a832fdf58d5926c2cc1429aa69f9ad0e9960384e5b2eaa |
| hovercard-subject-tag | issue:701835626 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/NativeScript/nativescript-app-sync/68/issue_layout |
| twitter:image | https://opengraph.githubassets.com/dd411d0555a110f87d795eb9aaaf17f3b88b2a4bb06f869002f2fb7d88523d4f/NativeScript/nativescript-app-sync/issues/68 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/dd411d0555a110f87d795eb9aaaf17f3b88b2a4bb06f869002f2fb7d88523d4f/NativeScript/nativescript-app-sync/issues/68 |
| og:image:alt | 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 is wrong? =======================... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | alonstar |
| hostname | github.com |
| expected-hostname | github.com |
| None | 17a57ee6ab03686731c491fccb57e6a97c066a29d7cdf1a7d83c46f5c56684fc |
| turbo-cache-control | no-preview |
| go-import | github.com/NativeScript/nativescript-app-sync git https://github.com/NativeScript/nativescript-app-sync.git |
| octolytics-dimension-user_id | 7392261 |
| octolytics-dimension-user_login | NativeScript |
| octolytics-dimension-repository_id | 90607216 |
| octolytics-dimension-repository_nwo | NativeScript/nativescript-app-sync |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 90607216 |
| octolytics-dimension-repository_network_root_nwo | NativeScript/nativescript-app-sync |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 5cb870aa6b86b87be75e23ca7caec54726a25af9 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width