question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I’m on 1.0.0-beta.1 and I’m not getting any audio out of the videos that play. All of the controls work fine, the videos play fine, but no audio. I’ve tried on both the iOS simulator and physical iOS devices, no audio comes through. I’m positive my volume is cranked up.

Thoughts?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6

github_iconTop GitHub Comments

4reactions
mayankbaiswar-CSEcommented, Aug 10, 2017

Activated sound when iPhone (iOS) is on vibrate mode

Open AppDelegate.m and add :

#import <AVFoundation/AVFoundation.h>

[[AVAudioSession sharedInstance] setCategory:AVAudioSessionCategoryPlayback error: nil]; in your didFinishLaunchingWithOptions method

0reactions
deathemperorcommented, Oct 3, 2018

@ziyafenn I still keep the code on AppDelegate.m so I don’t know if it works without it.

What context do you need? I thought I was clear on how to make it work (I mentioned the file and function you need to edit).

Read more comments on GitHub >

github_iconTop Results From Across the Web

No Sound Coming From Your iPhone? Here are 7 Simple ...
Your iPhone could be in Silent Mode if you can hear music but cannot hear phone calls ...
Read more >
How to Fix It When There is No Sound on Your iPhone - Lifewire
How to Fix No Sound on iPhone ; Settings app, select ; Do Not Disturb, then move the toggle switch to the ;...
Read more >
No Sound on Your iPhone? Here's How to Fix It - MakeUseOf
Go to the Settings app. · Select Sounds & Haptics. · Under the Ringer & Alerts section, tap and slide the volume slider...
Read more >
7 Ways to Troubleshoot When There's No Sound on Your ...
Make sure your iPhone isn't muted · Turn off any Focus modes · Adjust the volume in the app · Disable any Bluetooth...
Read more >
iPhone Sound Not Working: What to Do? - Freemake
10 Ways to Fix iPhone No Sound Problem · 1. Check out silent mode button · 2. Restart your iPhone to make sound...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found