I'm implementing export / import feature for my app:
Export data with custom file extension (Backup.appname) → tap on file in mail or iCloud drive → have my app shown as "Import with AppName" in share sheet.
I added a custom UTI and document type to my app's plist as explained here. Everything works as it should, except my app is shown as "Copy to AppName", and not "Import with AppName".
How can I get it shown as "Import with AppName"? I've seen other apps have it for their custom file types.