How do I add my app to the "Device Family" of iPad

I want to add my app to the "Device Family" of iPad as well - http://www.screencast.com/t/VlfuptLU
Can someone please let me know how I can do this so when people search for my app on their iPad they can find it as well.
Thanks

Developer forums are here:
https://discussions.apple.com/community/developer_forums
Please post development related questions there.

Similar Messages

  • How do i add/replace apps in the "share tab" of camera roll?

    How do i add/replace apps in the "share tab" of camera roll? E.g, I select a photo, tap share and given the options of message, mail, iCloud, Twitter and Facebook. I would like to replace/add Dropbox and Evernote???

    hello, you can drag & drop bookmarks or entries from the history onto the new tab page.
    [[New Tab Page – show, hide and customize top sites]]

  • How do i add an event to the calendar of my ipad?

    Just purchased a new IPAD, 1st time user.  How do i add an event to the calendar of my ipad?  i do not have a "+"  symbol.

    Go to Settings>iCloud>Calendar>On then Off. Toggle the on/off setting. If you want to use iCloud with the calendar, leave it set to on.

  • How can I run youtube App in the background on my ipad ISO 7 ?

    I want to run youtube app not using safari in the background on my ipad using iso7 please help !!

    iOS doesn't truly multi-task, so you can't run one app in one window and another in a separate window. There are probably some good reasons for this, including battery life, but you'd have to ask Apple:
    http://www.apple.com/feedback/ipad.html

  • How do I move an App from the cloud to my iPad?

    I downloaded an App (Houston Chronicle for iPad) and somehow I placed it on the Cloud instead of on my iPad. How do I move the App to my iPad?

    BTW, your apps remain in the "cloud" regardless of if you think you "moved" them. You cannot delete them from the cloud. They will remain there until:
    1. Apple removes it from the App Store for some reason
    2. The developer chooses to have it removed from the App Store for some reason

  • How to add an app to the 'recommended applications' list for 'open with other' in finder?

    How can I add an app to the 'recommended applications' list for 'open with other' in finder?
    Specifically, I have Final Draft 8 and Final Draft Tagger 2.
    Final Draft Tagger 2 is used to manipulate and create scheduling information for movie scripts written using Final Draft.
    It is NOT on the Recommended Applications list when using Finder to open a .fdx file using 'Open with Other'.
    I've modified the info.plist for Final Draft Tagger 2 by copying the entry for Final Draft Documents from Final Draft 8 and removing the original entry, which differed. I then rebooted the machine and was saddened because it did not work.
    Suggestions?
    Thanks,
    Mike

    That's not useful.
    I want to add a app to the recommended applications list so I don't have to waste time doing this every time I want to use the app on a file.
    I thought my question made that clear.
    Any suggestions for doing this?

  • I got the new iPhone 5C. In my cellular settings, under "Use cellular data for", it only show passbook and facetime. How can I add other apps? Also, my carrier is AT&T

    I got the new iPhone 5C. In my cellular settings, under "Use cellular data for", it only show passbook and facetime. How can I add other apps? Also, my carrier is AT&T

    Hello Sophie59
    You should be able to see two different tabs when setting up the email if you go to Other > Add Mail Account. Once you enter in the email address and password, you should be at the next screen to provide more details about the email as far as incoming and outgoing servers and at the top there will be a blue section to add it in as a POP or IMAP email account. Check out the article below for further troubleshooting and emails setup options.
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/ts3899
    iOS: Adding an email account
    http://support.apple.com/kb/ht4810
    Regards,
    -Norm G.

  • How do I add roboform app to my safari toolbar

    how do I add roboform app to my safari toolbar
    I added roboform to fill forms on the web
    The app needs to be added to the toolbar to safari but I cannot find a way to add it.
    I use this app on my yahoo desktop and it has a toolbar but safari will not let me load a yahoo toolbar
    My ipad has safari and roboform only. Do I need a different browser if so do I get one?

    You can't add extensions to the iPad Safari browser.

  • How do I add more Memory to the 2 open slots in my iMac - it is 4GB now

    How do I add more Memory to the 2 open slots in my iMac ???  It is 4GB now and I get the spinning beach ball often when several Apps are running.
    Does the Apple Store sell and install???
    Please advise if you have upgraded your iMac memory

    Go to a website such as OWC or Crucial's, determine which type of RAM your computer needs, and buy it from that site. They provide installation instructions on the site.
    (115474)

  • How do I add "Save As" to the Pages drop down menu?

    How do I add "Save As" to the Pages drop down menu?

    It took me awhile but I found what I was looking for. This is posted at http://www.tuaw.com/2012/07/29/get-save-as-back-on-mountain-lions-file-menu-easi ly-and-without/
    Option 1. Terminal.app If you are comfortable using Terminal.app, you can add a different keyboard shortcut this with one simple line. First, quit all your apps except Finder and Terminal. Then paste this command (as one line) into Terminal.app (and press Return):
    1
    defaults write -globalDomain NSUserKeyEquivalents -dict-add 'Save As...' '@$S' 
    view rawdwrite-global-saveas.sh hosted with ❤ by GitHub
    That's it!
    Launch TextEdit and open the 'File' menu and you should see "Save As..." back in its rightful spot with its original Command + Shift + S shortcut, as shown in the image above.
    Aside: After you enter the 'defaults write' command, you will not see any confirmation that it was entered correctly. Terminal.app is a little terse sometimes. If you want to verify it from the command-line, enter this:
    defaults read -globalDomain NSUserKeyEquivalents
    and look for "Save As..." = "@$s"; in the output.
    Option 2. System Preferences.app If you would rather not use Terminal, it's still very easy to add the keyboard shortcut.
    Launch the System Preferences.app, then open the "Keyboard" preference pane.
    At the top you will see "Keyboard" and "Keyboard Shortcuts" – click "Keyboard Shortcuts" (labeled '1' below). Then in the list on the left side, click "Application Shortcuts" (labeled '2' below). Then click the "+" button (labeled '3' below):
    Once you press that "+" button, a small window will appear asking you to enter the title of the menu item and the keyboard shortcut that you want to use.
    Enter "Save As..." in the "Menu Title:" field, and then press the keyboard shortcut that you want to use. In the example below I pressed Command + Shift + S:
    Note: It used to be true that you had to enter an actual ellipsis (which you can get by pressing Option+ ; on a US-English keyboard). However, when I tested this in Mac OS X 10.8.2, it worked with three consecutive periods.
    Bonus Tip: Hide the "Duplicate" menu item.
    In my original article I suggested that you also enter a keyboard shortcut for "Duplicate" and while youcan do that if you wish, you do not need to do that.
    However, if you would like to hide the Duplicate menu item, you can do that. There are two steps: first, remap "Save As..." to Command + Shift + S (as shown above). Then the 'trick' is to remap "Duplicate" to Command + Shift + Option + S.
    What you will have done is swap the keyboard shortcuts for "Duplicate" and "Save As..." which means that OS X will make "Duplicate" the optional command. If you open the "File" menu and hold down "Option" the "Save As..." command will change to "Duplicate"
    (Thanks to TUAW reader 'rbascuas' for pointing this out in response to the original article!)
    Important Addendum: "Keep changes in original document"
    As we reported in August 2012, the "Save As..." command in early versions of 10.8 had an unexpected and likely unwanted side effect in Mountain Lion: it would save the changes in the new document (created by "Save As...") but would also save the changes to the original document.
    However, Apple realized that users might not want that behavior, so in Mac OS X 10.8.2 they added an option "Keep changes in original document" which you can see here:
    Option A: If you want to save the changes you've made in the document and then save the document with a different name, then make sure that the box is checked.
    Option B: If you want your original document to stay as it was when you last saved it and create a new document based on the modified content of that document, then make sure that box is not checked.
    If you do not see the 'Keep changes in original document' box, then the application is probablygoing to give you the "Option B" behavior, but if you are not sure, I would suggest choosing Cancel in the "Save" dialog, then copy and paste the contents of the document into a new file, and save the new file. I know that's several extra-and-less-convenient steps, but if you are worried about preserving the original document, better safe than sorry.
    You could also save the file, duplicate it in Finder, and rename the new instance. Open old file and revert to previous save using 'Versions'.
    Frankly,I wish that Apple had just left the "Save As..." command alone, but for some reason they didn't ask my opinion. That said, I'm glad that they brought it back in Mountain Lion. I would have paid $20 for that feature alone.
    Note: This article was re-written and republished on 2013–02–21. The original process still works, but I wanted to update it to reflect some additional information.

  • I am making a graduation video for my cousin using Final Cut Pro. I have photos layered over videos, and I was wanted to find out how you can add a border around the photos so they stand off of the video. Anyone know what I could do?

    I am making a graduation video for my cousin using Final Cut Pro. I have photos layered over videos, and I was wanted to find out how you can add a border around the photos so they stand off of the video. Anyone know what I could do?

    You would need an image editor to edit the images and add a border to the image first before importing them into Final Cut.
    Cheapest and very good image editor?
    PIxelmator.
    Located in the Mac App Store. $14.99 USD.
    Here is the Pixelmator website to give you an overview of the app.
    http://www.pixelmator.com/
    Good Luck!

  • How can i add a app store gift card to my accounthow can i add a app store gift card to my app id

    how can i add a app store gift card to my account

    Open the App Store app, scroll to the very bottom, tap on Redeem.

  • HOW DO I ADD AN APP STORE GIFT CARD TO MY APPLE ACCOUNT

    how do i add an app store gift card to my apple account?

    go to app store on iphone, scroll all the way to the bottom, select redeem, then you should be able to follow directions from there

  • How do I add an app to my location services when it does not come up automatically, How do I add an app to my location services when it does not come up automatically

    How do I add an app to location services when it does not appear automatically

    Have you tried Settings>Privacy>Location Services and see if you can turn it on in there?
    Obviously it has to be an app that works with location services so if it is and nothing else works, delete the app and download it again to make it ask again if you want to allow your location to be used with it.

  • HT5622 How do I add an app or iTunes card as my payment method

    How do I add an app or iTunes card to my apple account

    If iTunes gift cards are available in your country then you can redeem them onto your account on your iPad via, for example, the bottom of the Featured tab in the App Store app
    Redeeming : http://support.apple.com/kb/HT1574
    I'm not sure what you mean by 'add an app' (?). You can buy/download apps on your iPad via the App Store app - tap on a app's price to buy it, and it should download onto your iPad's homescreen. You should also be able to redownload apps that you've purchased in the past (as long as they are still in your country's store) via the Purhcased tab in the App Store app

Maybe you are looking for

  • Xml of IDOC in R/3

    Scenario is IDOC to File. My ABAP team given some ref Idoc numbers which are there in R/3 system for test data.They are not posting Idoc from R/3 system to XI.They are asking me to take the data from R/3 system and post it thru XI RWB. So,how can I g

  • What will happen if I sync my iPhone with a new PC?

    My PC with my iTunes on has unfortunately passed over. My music is all backed up, this is not a problem. My problem is my photos and messages, apps and app data. These are all stored on my phone and were a mixture of purchases on the old PC and the i

  • Stage.nativeWindow.alwaysInFront how to keep the window always in front

    Hi, I've just written and application that needs to always be in front of the other applications. I have set the application's nativeWindow.alwaysInFront property to true, but, after a few other air applications open the application will get pushed b

  • HDV - 1080i50 equals size in Photoshop of DVCPRHD 1080p or HDTV 1080p ??

    Hi, I'd like to create a graphic in Photoshop which matches the dimensions (width and length) of a HDV - 1080i50 sequence...which Photoshop default do I use? DVCPRHD 1080p or HDTV 1080p ?? What is the difference? Thanks

  • Macbook pro early 2011 keep crashing with no reason.

    My macbook pro early2011 keep crashing with no reason. What can I do? Is this a sign of virus? It just started a few days ago.