-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
PushAdapter for Urban Airship #404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Now that there's a push adapter system, it should be pretty straight-forward. OneSignal already jumped on that with #405, and would be a good example. |
@jarofghosts Is UA planning on an official adapter? |
We're certainly open to it @jashsayani if there is enough interest in that from the Parse community. We created this Parse Importer Tool over the last couple weeks that helps with the data side/migration: https://www.urbanairship.com/blog/announcing-urban-airships-parse-importer-tool |
@mherrick66 I did not know about the Importer Tool, will check it out. I would think that a PushAdapter for UA would definitely be useful for a lot of people (in terms of getting UA users). Currently OneSignal is the only other provider working on it, so I would expect a fair share pick UA. |
@jashsayani @mherrick66 @gfosco do we want all those adapter in the core code base? Given the context in which Parse is shutting down, I believe for the moment the core code base should focus on code/feature parity and allow extensibility through 3rd party node modules as discussed in #290 an others. In that sense, I've opened https://github.com/parse-server-modules to help manage those 3rd parties dependencies, declutter the review process here and increase the bandwidth. This way, those adapters won't need core team reviews, and we'll move faster on any non-core features. |
Implemented here: https://github.com/flovilmart/parse-server-urban-airship, you can install via NPM and configure externally. |
@flovilmart Thanks. I'll try it out on the weekend. |
@jashsayani wonderful! Don't hesitate to post issues on the repo directly to unclutter this one. |
Any guide for helping to configure UA or Onesignal as PushAdapter? Is it simple to amend bin/parse-server file? |
check the README, the bin/parse-server hasn't been updated to support push yet. |
i understand the current bin/parse-server, thats why i want to make use of OneSignal. I got this [Error]: Push adapter is not availabe (Code: 115, Version: 1.12.0) for my iPhone app. any idea to implement the PushAdapter properly? Thanks! |
I have amended bin/parse-server like below, any comment // Make push adapter pushAdapter = new OneSignalPushAdapter(pushConfig) |
@edwardyue you should not amend the bin/parse-server but have your 'package' with your app, that use parse-server. bin/parse-server is meant to be vanilla and configured only by environment variables. |
I'd recommend using the parse-server-example repo for your projects, rather than running the bin script here.. https://github.com/parseplatform/parse-server-example Closing since the UA adapter is available: https://github.com/flovilmart/parse-server-urban-airship Now, if we only had a nice place to discover parse-server modules... |
Hi thanks! Could u show me the steps how to make use of parse-server-example with UA Thanks Fosco Marotto [email protected] 於 2016年2月21日星期日 寫道:
Thanks and Regards, |
It would be nice to have a PushAdapter for Urban Airship, since its a mainstream push management platform and has been in the space for a long time.
The text was updated successfully, but these errors were encountered: