I want to exclude the UIActivityTypeAirDrop from my UIActivitySheet. Unfortunately this const is only available from SDK 7 on but I have to build for SKD 6. Defining the const by myself does not work (as expected). Is there a solution for this?
Thanks