https://github.com/bitrise-steplib/steps-push-notification-with-parse
Push Notification with Parse
https://github.com/bitrise-steplib/steps-push-notification-with-parse
bitrise bitrise-step ci production-code
Last synced: about 1 year ago
JSON representation
Push Notification with Parse
- Host: GitHub
- URL: https://github.com/bitrise-steplib/steps-push-notification-with-parse
- Owner: bitrise-steplib
- License: mit
- Created: 2014-05-15T10:43:18.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T08:19:28.000Z (almost 3 years ago)
- Last Synced: 2025-03-24T07:52:40.080Z (about 1 year ago)
- Topics: bitrise, bitrise-step, ci, production-code
- Language: Shell
- Homepage:
- Size: 12 MB
- Stars: 1
- Watchers: 10
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Push Notification with Parse step
WARNING: This step is deprecated, the Push Notifications are no longer supported by Parse server.
# The new Push Notification with Parse step.
Bitrise step to send Push Notification with Parse. https://parse.com/
To use their service you have to register first. It is possible to register a trial account for free.
You can get the required keys and IDs from your parse app's page, similar to this: https://www.parse.com/apps/your-parse-apps-name/edit#app_keys
You have to install your own Push Receiver app - you can find a template app here: https://github.com/bitrise-io/example-parse-notification-center-ios-app
Can be run directly with the [bitrise CLI](https://github.com/bitrise-io/bitrise),
just `git clone` this repository, `cd` into it's folder in your Terminal/Command Line
and call `bitrise run test`.
*Check the `bitrise.yml` file for required inputs which have to be
added to your `.bitrise.secrets.yml` file!*