Silviu St
Silviu St

Reputation: 1842

Can I play a sound on watchOS 2 using WKAudioFilePlayerItem without a bluetooth headset?

I'm making app for watchOS 2 that also must record sounds then show them in a table and you can play each sound and check if you like.

Can I play a sound using Apple Watch speakers in watchOS2? WKAudioFilePlayerItem requires me to pair a bluetooth headset but I don't want the need for using a bluetooth headset.

I just want to play like a sound when a button is tapped! Can I manage this using watchOS 2?

Upvotes: 3

Views: 336

Answers (1)

BalestraPatrick
BalestraPatrick

Reputation: 10144

No, you can't play sounds directly from the Apple Watch speaker with any API available at this moment.

Upvotes: 3

Related Questions