xamarin / ios-samples

Xamarin.iOS sample apps
http://docs.microsoft.com/xamarin/ios/
Other
1.59k stars 1.91k forks source link

SpeakToMe not working in iOS 11 device #274

Closed rohitvipin closed 6 years ago

rohitvipin commented 6 years ago

The sample works find in a simulator, but does not work in a real device running iOS 11+

bradumbaugh commented 6 years ago

Hi @rohitvipin – I realize this doesn't help you, but I was just now able to run the sample with no changes on an iPhone SE running the latest iOS 12 beta.

Do you have a device provisioning profile set up correctly, or have you tried using automatic provisioning?

rohitvipin commented 6 years ago

I figured out the issue. The microphone permission is not given by default.

On Mon, Sep 10, 2018 at 9:01 PM Brad Umbaugh notifications@github.com wrote:

Hi @rohitvipin https://github.com/rohitvipin – I realize this doesn't help you, but I was just now able to run the sample with no changes on an iPhone SE running the latest iOS 12 beta.

Do you have a device provisioning profile https://docs.microsoft.com/xamarin/ios/get-started/installation/device-provisioning/ set up correctly, or have you tried using automatic provisioning https://docs.microsoft.com/xamarin/ios/get-started/installation/device-provisioning/automatic-provisioning?tabs=vsmac ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/xamarin/ios-samples/issues/274#issuecomment-419955629, or mute the thread https://github.com/notifications/unsubscribe-auth/AK7Z6P5cD5ZZ-SZKSOZYwu7i6rOOQxtfks5uZoW2gaJpZM4WhagV .

-- With Regards,

Rohit Vipin Mathews +91 8089361725

bradumbaugh commented 6 years ago

Glad to hear you got it working!