-
Notifications
You must be signed in to change notification settings - Fork 41
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
Does not work with iOS 11 builds #9
Comments
I have the same problem, did you solved it, mvbattista? |
@fjlogrono We found an issue with our audio stream. When we corrected that, the original ticket wasn't valid for us since the previous plugin worked in the background, so no change was needed in our code. |
Since I tested with ios11, it has stopped working. I use it to emit sounds
from notifications in background. Just a few minutes before updating to
ios11, it worked perfectly (with 10.3).
Ty
2017-10-31 17:52 GMT+01:00 Michael V. Battista <notifications@github.com>:
… @fjlogrono <https://github.com/fjlogrono> We found an issue with our
audio stream. When we corrected that, the original ticket wasn't valid for
us since the previous plugin worked in the background, so no change was
needed in our code.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMPMGUxJzsp2UGn2WvMVoCbmkMd91TvHks5sx1BKgaJpZM4PxY65>
.
|
@fjlogrono we have the same issue reported by some of the app users, where it works for few seconds and then suddenly stops. However I have tested on IOS 11 on iPhone 6 and iPhone 6S and it works most of the times. |
I've also got the same problem :'( |
I've just tested this scenario with iOS 9 and 11 and the behave exactly the same: Intended scenario
Not supported scenario
If we want to support the second scenario I think we need to start an audio session when the app moves to the background. At least, that's what Apple suggests:
|
I can not make it work by doing what Apple suggests. Has someone solved it? |
I've also tried what Apple suggests and many other things I've found in different forums but there's no way it works. |
Hi, I was referred to this repo from this ticket. I'm trying to implement this on my app. It works for my iOS 10.3 build, but not iOS 11.
The text was updated successfully, but these errors were encountered: