{"id":16962225,"url":"https://github.com/aggarwalankush/push-notification-server","last_synced_at":"2025-10-08T19:04:16.019Z","repository":{"id":43134378,"uuid":"63899594","full_name":"aggarwalankush/push-notification-server","owner":"aggarwalankush","description":"Server code to send Push Notification to iOS or Android device","archived":false,"fork":false,"pushed_at":"2023-08-23T07:41:25.000Z","size":1170,"stargazers_count":82,"open_issues_count":2,"forks_count":30,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-18T11:51:58.099Z","etag":null,"topics":["android","apns","fcm","ios","java","push-notification"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aggarwalankush.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-21T20:16:02.000Z","updated_at":"2025-02-10T21:12:47.000Z","dependencies_parsed_at":"2024-10-28T13:21:36.757Z","dependency_job_id":"58779e33-20fc-4dc2-a671-e07474555b42","html_url":"https://github.com/aggarwalankush/push-notification-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aggarwalankush%2Fpush-notification-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aggarwalankush%2Fpush-notification-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aggarwalankush%2Fpush-notification-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aggarwalankush%2Fpush-notification-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aggarwalankush","download_url":"https://codeload.github.com/aggarwalankush/push-notification-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244971710,"owners_count":20540835,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","apns","fcm","ios","java","push-notification"],"created_at":"2024-10-13T23:05:45.156Z","updated_at":"2025-10-08T19:04:11.002Z","avatar_url":"https://github.com/aggarwalankush.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Push Notification Server\n========================\n\nThis can be used to send Push Notification to iOS or Android Device.\n  \n### Android Push Notification\n\n* ```SERVER_KEY``` - if you don't have SERVER_KEY, generate using [this tutorial](https://medium.com/@ankushaggarwal/gcm-setup-for-android-push-notifications-656cfdd8adbd) :tada:\n* ```DEVICE_TOKEN``` - if you don't have device token, in case of Ionic 2, use [this tutorial](https://medium.com/@ankushaggarwal/push-notifications-in-ionic-2-658461108c59) or [this repo](https://github.com/aggarwalankush/ionic2-push-base) :+1:\n* ```AndroidPush.java``` - run this file to push notification to Android device\n\n  ```\n  $ javac AndroidPush.java\n  $ java  AndroidPush\n  ```\n\n### iOS Push Notification\n\n* ```APNS certificate(.p12)``` - if you don't have .p12 certificate, generate using [this tutorial](https://medium.com/@ankushaggarwal/generate-apns-certificate-for-ios-push-notifications-85e4a917d522) :tada:\n* ```DEVICE_TOKEN``` - if you don't have device token, in case of Ionic 2, use [this tutorial](https://medium.com/@ankushaggarwal/push-notifications-in-ionic-2-658461108c59) or [this repo](https://github.com/aggarwalankush/ionic2-push-base) :+1:\n* ```IOSPush.java``` - run this file to push notification to iOS device\n\n  ```\n  $  javac -cp apns.jar:. IOSPush.java\n  $  java  -cp apns.jar:. IOSPush \n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faggarwalankush%2Fpush-notification-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faggarwalankush%2Fpush-notification-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faggarwalankush%2Fpush-notification-server/lists"}