0

I've added airDrop feature in my application. I'm sharing audio file. But at the receiving end, the audio file should be handled by my application only. How to achieve this? Please help me.

iphony
  • 119
  • 9

1 Answers1

0

Instead of sharing an audio file that conforms to any of the public audio UTIs, you should instead define and add support for a UTI. Take a look at the AirDrop sample code to see an example of this.

ccjensen
  • 4,578
  • 2
  • 23
  • 25