Uh oh!
There was an error while loading. Please reload this page.
[PushNotification] Add soundName config for UILocalNotification - #4836
[PushNotification] Add soundName config for UILocalNotification#4836pecheriere wants to merge 2 commits into
Conversation
Current version wasn't triggering any sound when a local notification was fired. I added the possibility to provide a custom sound and fallback to the default iOS sound if not provided.
facebook-github-bot
commented
Dec 17, 2015
By analyzing the blame information on this pull request, we identified @vjeux, @andrewimm and @ericvicenti to be potential reviewers. |
facebook-github-bot
commented
Dec 17, 2015
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks! |
facebook-github-bot
commented
Dec 17, 2015
@pecheriere updated the pull request. |
facebook-github-bot
commented
Dec 17, 2015
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
skevy
commented
Dec 17, 2015
@facebook-github-bot shipit |
skevy
commented
Dec 17, 2015
Thanks! |
skevy
commented
Dec 17, 2015
@facebook-github-bot shipit |
skevy
commented
Dec 18, 2015
@mkonicek pinging on this one (i know you're flying right now, so no rush). Interestingly, this one didn't even send back the Facebook import message |
vjeux
commented
Dec 18, 2015
@facebook-github-bot shipit |
satya164
commented
Dec 29, 2015
@facebook-github-bot shipit |
facebook-github-bot
commented
Dec 29, 2015
@pecheriere updated the pull request. |
satya164
commented
Dec 29, 2015
@facebook-github-bot shipit |
1 similar comment
vjeux
commented
Dec 29, 2015
@facebook-github-bot shipit |
vjeux
commented
Dec 29, 2015
There's something seriously wrong with the bot :( |
mkonicek
commented
Jan 6, 2016
I'll debug the bot. |
mkonicek
commented
Jan 6, 2016
It's working on other PRs: #5146 Will take a look soon. |
mkonicek
commented
Jan 6, 2016
@facebook-github-bot shipit |
mkonicek
commented
Jan 6, 2016
It fails with: |
mkonicek
commented
Jan 6, 2016
Oh lol, here's the code that throws that :) Changed to |
mkonicek
commented
Jan 6, 2016
@facebook-github-bot shipit |
facebook-github-bot
commented
Jan 6, 2016
Thanks for importing. If you are an FB employee go to https://our.intern.facebook.com/intern/opensource/github/pull_request/963270950405628/int_phab to review. |
mkonicek
commented
Jan 6, 2016
mkonicek
commented
Jan 7, 2016
OK the merge worked but didn't manage to preserve the author, sorry about that: ac72611 It has to do with the newline in the From field, first time I saw that: |
npomfret
commented
Oct 22, 2016
I cannot get my custom sound to play in a local notification, it always plays the default sound. Is there a 'trick' to getting this working? |

Current version wasn't triggering any sound when a local notification was fired. I added the possibility to provide a custom sound and fallback to the default iOS sound if not provided.