René's URL Explorer Experiment


Title: Apns notification error: 'InvalidToken' · Issue #240 · NativeScript/push-plugin · GitHub

Open Graph Title: Apns notification error: 'InvalidToken' · Issue #240 · NativeScript/push-plugin

X Title: Apns notification error: 'InvalidToken' · Issue #240 · NativeScript/push-plugin

Description: We are experiencing an issue with sending notifications to our test iOS device. Everything works well on Android. Here is our environment: nodejs: 8.9.4 npm: 5.8.0 tns-ios: 4.1.0 push-plugin: 1.0.4 tns: 4.1.2 The certificates, the provis...

Open Graph Description: We are experiencing an issue with sending notifications to our test iOS device. Everything works well on Android. Here is our environment: nodejs: 8.9.4 npm: 5.8.0 tns-ios: 4.1.0 push-plugin: 1.0.4...

X Description: We are experiencing an issue with sending notifications to our test iOS device. Everything works well on Android. Here is our environment: nodejs: 8.9.4 npm: 5.8.0 tns-ios: 4.1.0 push-plugin: 1.0.4...

Opengraph URL: https://github.com/NativeScript/push-plugin/issues/240

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Apns notification error: 'InvalidToken'","articleBody":"We are experiencing an issue with sending notifications to our test iOS device.  Everything works well on Android.  Here is our environment:\r\n\r\nnodejs: 8.9.4\r\nnpm: 5.8.0\r\ntns-ios: 4.1.0\r\npush-plugin: 1.0.4\r\ntns: 4.1.2\r\n\r\nThe certificates, the provisioning profile, and the p12 files were generated on the same machine (iMac).  \r\nThe correct certificate and provisioning profile are set up in Sidekick.  We are testing it via pushtry.com as well as locally via our API.\r\n\r\nHere is how we generate the token:\r\n\r\n```\r\n    //iOS\r\n    let iosSettings = {\r\n      badge: true,\r\n      sound: false,\r\n      alert: true,\r\n      clearBadge: false,\r\n      interactiveSettings: {\r\n        actions: [\r\n          {\r\n            identifier: \"READ_IDENTIFIER\",\r\n            title: \"Read\",\r\n            activationMode: \"foreground\",\r\n            destructive: false,\r\n            authenticationRequired: true\r\n          },\r\n          {\r\n            identifier: \"CANCEL_IDENTIFIER\",\r\n            title: \"Cancel\",\r\n            activationMode: \"foreground\",\r\n            destructive: true,\r\n            authenticationRequired: true\r\n          }\r\n        ],\r\n        categories: [\r\n          {\r\n            identifier: \"READ_CATEGORY\",\r\n            actionsForDefaultContext: [\"READ_IDENTIFIER\", \"CANCEL_IDENTIFIER\"],\r\n            actionsForMinimalContext: [\"READ_IDENTIFIER\", \"CANCEL_IDENTIFIER\"]\r\n          }\r\n        ]\r\n      },\r\n      notificationCallbackIOS: (message: any) =\u003e {\r\n        //console.log('Push notification from iOS: ', message);\r\n        //let response = JSON.parse(message);\r\n      }\r\n    };\r\n\r\n    pushPlugin.register(\r\n      iosSettings,\r\n      (token: String) =\u003e {\r\n        appSettings.setString(SettingsEnum.DEVICE_TOKEN.toString(), token.toString());\r\n\r\n        pushPlugin.registerUserNotificationSettings(() =\u003e { }, err =\u003e { });\r\n      },\r\n      function (errorMessage: any) {\r\n        console.log(\"Error from Apple notification: \", errorMessage);\r\n      }\r\n   );```\r\n\r\nWhat are we missing?\r\n\r\nThank you.","author":{"url":"https://github.com/dpdragnev","@type":"Person","name":"dpdragnev"},"datePublished":"2018-08-02T20:15:10.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/240/push-plugin/issues/240"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:39c627c8-76c8-1af3-21f7-f19419edfe28
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idBE92:1F4D74:2848A46:3314B6D:6991AF4B
html-safe-nonce6c3516a694e8b34961b09d4eff72f8c41945c05309679d0bf5c3abc99b9fc5ee
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCRTkyOjFGNEQ3NDoyODQ4QTQ2OjMzMTRCNkQ6Njk5MUFGNEIiLCJ2aXNpdG9yX2lkIjoiNzY2OTI4NDU0Njg2OTgzMzU0NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac4a3ae20d20304b7b3591e426cb5f1ef7e790599eca8b0a92771d04a64427fef7
hovercard-subject-tagissue:347158275
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/push-plugin/240/issue_layout
twitter:imagehttps://opengraph.githubassets.com/c91fff1ce7bfd4343361e0cb1eb7820a435c08731f2f73e2d23076cc951ab75b/NativeScript/push-plugin/issues/240
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/c91fff1ce7bfd4343361e0cb1eb7820a435c08731f2f73e2d23076cc951ab75b/NativeScript/push-plugin/issues/240
og:image:altWe are experiencing an issue with sending notifications to our test iOS device. Everything works well on Android. Here is our environment: nodejs: 8.9.4 npm: 5.8.0 tns-ios: 4.1.0 push-plugin: 1.0.4...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamedpdragnev
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
go-importgithub.com/NativeScript/push-plugin git https://github.com/NativeScript/push-plugin.git
octolytics-dimension-user_id7392261
octolytics-dimension-user_loginNativeScript
octolytics-dimension-repository_id39781030
octolytics-dimension-repository_nwoNativeScript/push-plugin
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id39781030
octolytics-dimension-repository_network_root_nwoNativeScript/push-plugin
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
release848bc6032dcc93a9a7301dcc3f379a72ba13b96e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/NativeScript/push-plugin/issues/240#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FNativeScript%2Fpush-plugin%2Fissues%2F240
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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/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://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FNativeScript%2Fpush-plugin%2Fissues%2F240
Sign up https://patch-diff.githubusercontent.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%2Fpush-plugin
Reloadhttps://patch-diff.githubusercontent.com/NativeScript/push-plugin/issues/240
Reloadhttps://patch-diff.githubusercontent.com/NativeScript/push-plugin/issues/240
Reloadhttps://patch-diff.githubusercontent.com/NativeScript/push-plugin/issues/240
NativeScript https://patch-diff.githubusercontent.com/NativeScript
push-pluginhttps://patch-diff.githubusercontent.com/NativeScript/push-plugin
Please reload this pagehttps://patch-diff.githubusercontent.com/NativeScript/push-plugin/issues/240
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FNativeScript%2Fpush-plugin
Fork 45 https://patch-diff.githubusercontent.com/login?return_to=%2FNativeScript%2Fpush-plugin
Star 123 https://patch-diff.githubusercontent.com/login?return_to=%2FNativeScript%2Fpush-plugin
Code https://patch-diff.githubusercontent.com/NativeScript/push-plugin
Issues 36 https://patch-diff.githubusercontent.com/NativeScript/push-plugin/issues
Pull requests 0 https://patch-diff.githubusercontent.com/NativeScript/push-plugin/pulls
Actions https://patch-diff.githubusercontent.com/NativeScript/push-plugin/actions
Projects 0 https://patch-diff.githubusercontent.com/NativeScript/push-plugin/projects
Wiki https://patch-diff.githubusercontent.com/NativeScript/push-plugin/wiki
Security 0 https://patch-diff.githubusercontent.com/NativeScript/push-plugin/security
Insights https://patch-diff.githubusercontent.com/NativeScript/push-plugin/pulse
Code https://patch-diff.githubusercontent.com/NativeScript/push-plugin
Issues https://patch-diff.githubusercontent.com/NativeScript/push-plugin/issues
Pull requests https://patch-diff.githubusercontent.com/NativeScript/push-plugin/pulls
Actions https://patch-diff.githubusercontent.com/NativeScript/push-plugin/actions
Projects https://patch-diff.githubusercontent.com/NativeScript/push-plugin/projects
Wiki https://patch-diff.githubusercontent.com/NativeScript/push-plugin/wiki
Security https://patch-diff.githubusercontent.com/NativeScript/push-plugin/security
Insights https://patch-diff.githubusercontent.com/NativeScript/push-plugin/pulse
Apns notification error: 'InvalidToken'https://patch-diff.githubusercontent.com/NativeScript/push-plugin/issues/240#top
questionhttps://github.com/NativeScript/push-plugin/issues?q=state%3Aopen%20label%3A%22question%22
https://github.com/dpdragnev
https://github.com/dpdragnev
dpdragnevhttps://github.com/dpdragnev
on Aug 2, 2018https://github.com/NativeScript/push-plugin/issues/240#issue-347158275
questionhttps://github.com/NativeScript/push-plugin/issues?q=state%3Aopen%20label%3A%22question%22
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.