酢ろぐ!

カレーが嫌いなスマートフォンアプリプログラマのブログ。

Xamarin.iOSでバイブレーションとシステムサウンドの再生を鳴動させる

バイブレーションさせる

SystemSound.Vibrate.PlaySystemSound();

cafファイルを再生する

var sound = new SystemSound(new NSUrl("audioFile.caf"));
sound.PlaySystemSound();