Receiving text over AirDrop

When I send a text via AirDrop to another device, I got pop-up window on the receiving device with a list of application that can read/show this text. Does anybody know what I must do in my iOS app that it also on the list of applications and open or import the text?

Hi @Horst Jehle

I think it has to do with registering the accepted UTIs on the app (dealing with the .plist file) and implementing delegates, so the app can process the received data.

Here is a good Apple official example of several scenarios (in Obj-C), so you can get a better idea.

Javier