René's URL Explorer Experiment


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

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@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-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:7789dfd2-c4f7-f334-158b-db46d12b5076
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idD362:EC4FB:F3533B:146F296:6A5AA448
html-safe-nonce1119c2733da95cc8705b0307ecf48c12630d4722bc514f05a673392d7862067a
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEMzYyOkVDNEZCOkYzNTMzQjoxNDZGMjk2OjZBNUFBNDQ4IiwidmlzaXRvcl9pZCI6IjY5MjY0MTczMTM5MjA2MjM2ODgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacdb51ec7858d0b48b82a832fdf58d5926c2cc1429aa69f9ad0e9960384e5b2eaa
hovercard-subject-tagissue:701835626
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/NativeScript/nativescript-app-sync/68/issue_layout
twitter:imagehttps://opengraph.githubassets.com/dd411d0555a110f87d795eb9aaaf17f3b88b2a4bb06f869002f2fb7d88523d4f/NativeScript/nativescript-app-sync/issues/68
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/dd411d0555a110f87d795eb9aaaf17f3b88b2a4bb06f869002f2fb7d88523d4f/NativeScript/nativescript-app-sync/issues/68
og:image:altAndroid 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:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamealonstar
hostnamegithub.com
expected-hostnamegithub.com
None17a57ee6ab03686731c491fccb57e6a97c066a29d7cdf1a7d83c46f5c56684fc
turbo-cache-controlno-preview
go-importgithub.com/NativeScript/nativescript-app-sync git https://github.com/NativeScript/nativescript-app-sync.git
octolytics-dimension-user_id7392261
octolytics-dimension-user_loginNativeScript
octolytics-dimension-repository_id90607216
octolytics-dimension-repository_nwoNativeScript/nativescript-app-sync
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id90607216
octolytics-dimension-repository_network_root_nwoNativeScript/nativescript-app-sync
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release5cb870aa6b86b87be75e23ca7caec54726a25af9
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/NativeScript/nativescript-app-sync/issues/68#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FNativeScript%2Fnativescript-app-sync%2Fissues%2F68
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FNativeScript%2Fnativescript-app-sync%2Fissues%2F68
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=NativeScript%2Fnativescript-app-sync
Reloadhttps://github.com/NativeScript/nativescript-app-sync/issues/68
Reloadhttps://github.com/NativeScript/nativescript-app-sync/issues/68
Reloadhttps://github.com/NativeScript/nativescript-app-sync/issues/68
Please reload this pagehttps://github.com/NativeScript/nativescript-app-sync/issues/68
NativeScript https://github.com/NativeScript
nativescript-app-synchttps://github.com/NativeScript/nativescript-app-sync
Please reload this pagehttps://github.com/NativeScript/nativescript-app-sync/issues/68
Notifications https://github.com/login?return_to=%2FNativeScript%2Fnativescript-app-sync
Fork 25 https://github.com/login?return_to=%2FNativeScript%2Fnativescript-app-sync
Star 126 https://github.com/login?return_to=%2FNativeScript%2Fnativescript-app-sync
Code https://github.com/NativeScript/nativescript-app-sync
Issues 31 https://github.com/NativeScript/nativescript-app-sync/issues
Pull requests 3 https://github.com/NativeScript/nativescript-app-sync/pulls
Actions https://github.com/NativeScript/nativescript-app-sync/actions
Projects https://github.com/NativeScript/nativescript-app-sync/projects
Security and quality 0 https://github.com/NativeScript/nativescript-app-sync/security
Insights https://github.com/NativeScript/nativescript-app-sync/pulse
Code https://github.com/NativeScript/nativescript-app-sync
Issues https://github.com/NativeScript/nativescript-app-sync/issues
Pull requests https://github.com/NativeScript/nativescript-app-sync/pulls
Actions https://github.com/NativeScript/nativescript-app-sync/actions
Projects https://github.com/NativeScript/nativescript-app-sync/projects
Security and quality https://github.com/NativeScript/nativescript-app-sync/security
Insights https://github.com/NativeScript/nativescript-app-sync/pulse
iOS didn't not update after restarting.https://github.com/NativeScript/nativescript-app-sync/issues/68#top
https://github.com/alonstar
alonstarhttps://github.com/alonstar
on Sep 15, 2020https://github.com/NativeScript/nativescript-app-sync/issues/68#issue-701835626
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.