mozilla / chat.mozillafoundation.org

Open source Slack-alternative in Golang and React - Mattermost
http://mattermost.org
Other
4 stars 6 forks source link

Set up iOS notifications #24

Open alanmoo opened 8 years ago

alanmoo commented 8 years ago

It would appear that in order for notifications to properly work on a self-hosted mattermost instance that we need to compile and distribute the app ourselves, and configure a push proxy.

It's important for adoption to make it easy for users to install the app, so we may need to distribute it thorough the App Store. This is because of the way push notifications work on iOS- they need to be delivered from a server to a client app that are signed with the same key.

alanmoo commented 8 years ago

I have an Apple Developer account (and a Mac, I'm not sure @cadecairos has access to one), so I'll take a swing at this.

@simonwex does MoFo have its own iOS dev account?

cadecairos commented 8 years ago

I don't have access to a mac. We're going to have to create a way to deploy the notification proxy to heroku. I can whip up an inline buildpack like I'm doing for mattermost that will work.

alanmoo commented 8 years ago

Sounds good, and I'll get familiar with building the iOS app so we know how to deploy it