Post not yet marked as solved
I have a web app it broken after las update ios release. The sound was played with Web audio context stop when the application change to run over background
Post not yet marked as solved
Hi, i have this problem in web app context running in safari 14.0 on Apple Iphone X device.
It seems that when i capture the user's microphone via:
var opts = {
//audio: true,
audio: true,
video: true
};
navigator.mediaDevices.getUserMedia(opts)
This causes all audio playback within the page to be played as mono
e.g. i have a file that should only be heard through the left headphone and it is heard through both headphones.
Setting audio to false above means that the audio files play normally.
Seems like some sort of bug where capturing the microphone seems to affect the output audio context.
Any advice on what i can do to be able to get microphone input and stereo output simultaneously?
Post not yet marked as solved
Hi everyone,I try to send to review my app, but when i click the button to send it, Itunes connect respond the following message"To submit an app with the category Magazines & Newspapers, you must offer at least one auto-renewable subscription. Set one up in In-App Purchases.". I verify my app information and in category value have "Games" value .Can you helpme with this problem.Thanks