" in UIActivityViewController I am implementing an export / import function for my application: Ex...">

Show application as "Import using <AppName>" in UIActivityViewController

I am implementing an export / import function for my application:

Exporting data using a custom file extension (Backup.appname) → tap the file in the mail or in the iCloud drive → my application is shown as “Import with application name” in the common sheet.

I added a custom UTI type and document type to my application plan as described here . Everything works as it should, except my application displays as “Copy to AppName” and not “Import with application name”.

How can I show it as "Import from AppName"? I have seen other applications have it for their custom file types.

enter image description here

+4
1

, LSHandlerRank Owner. Alternate, Import with <AppName>.

( ), , , LSHandlerRank .

, , public.data, public.content LSHandlerRank.

+7

Source: https://habr.com/ru/post/1650132/


All Articles