Our universal app supports opening pdf files from other apps, but we only want to support it on iPad.
Is there a way to prevent an app from being listed in the Open In… menu when you long press on a pdf file if the device is iPhone?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can target specific device types by appending
~iphone,~ipador~ipodto the keys inInfo.plist. See Creating Device-Specific Keys in the documentation.