Linking Dropbox to iWork ios apps isn't working

pages and numbers have an option to link dropbox to the document picker
YOu our are supposed to click on more - manage content providers - dropbox
however when I do this nothing happens.
Dropbox doesnt link
Online I've seen images of this working and dropbox becomes an option in the docuemnt picket
has anyone got this to work on iPad or iphone ?

pages and numbers have an option to link dropbox to the document picker
YOu our are supposed to click on more - manage content providers - dropbox
however when I do this nothing happens.
Dropbox doesnt link
Online I've seen images of this working and dropbox becomes an option in the docuemnt picket
has anyone got this to work on iPad or iphone ?

Similar Messages

  • Streaming radio app isn't working in background anymore on iPhone

    Hi everyone,
    Just changed Network provider on my iPhone and since my streaming radio app isn't working in background anymore.
    Changed the SIM card, got the new network and since as soon as want to listen to streaming radio while surfing on safari or use an other app the streaming radio app is turning off.
    Before could do both without any issues.
    I only use the radio app once connected on wifi.
    Does anyone have any idea what happened?
    Thank you in advance for any answer.
    Cheers

    It went well again by itself...
    Thank you for those how had a thought about it.
    Cheers.

  • Facebook app isn't work on my Iphone5

    Facebook app isn't work on my Iphone5. It won't no longer load. Any suggestion? I've deleted the app and reloaded but no luck!

    Was just trying to see if it was a problem with your account.
    Reset your iPhone: hold down the home and sleep buttons, wait for the Apple logo, let go of the buttons.

  • TS2755 My SMS app isn't working, help!

    My SMS app isn't working, I have the iPhone 5. Every time I go to open the app, it appears that it's going to open, but closes seconds later. I've restarted it a few times, nothing has worked. Help?

    Since you've said SMS app, now we known it's Messages app since there's no stock SMS app (it did with the iPhone 3G).
    BTW, SMS is a carrier service. Have you contacted them?
    If you did try 1 step at a time
    1. Try in Settings > iTunes & App Stores > Apple ID > Sign out and sign back in.
    2. Did you tried Restore from backup using iTunes.
    3. If no joy, restore as new

  • My dish app isn't working correctly the dish people said I should get rid of the app and get a new app, but the cloud keeps putting the same one back on. How do I delete this from iCloud?

    How do I delete an app from the iCloud that is corrupt?

    When you delete an app and redownload it, you are downloading the most recent version of the app from the App store.  In other words, it isn't stored in your iCloud account, it's only stored in the App store.  The iCloud download symbols are just links to your previously purchased apps in the App store so you can redownload them.
    If redownloading the app didn't help, call Dish back as there must be a problem with the current version of the app.

  • Badge app for message app isn't working

    The badge app notifications on my message app recently stopped working. So whenever I get a message, and my phone is unlocked, I am not notified. So, I have been missing important texts from family. I looked at the notifications and they are turned on, as are the sounds. I do have the banner notifications turned off. Could this be the reason? Any suggestions as to how to get the badge notifications working again?
    Just a side note, I have tried turning the settings on and off and restarting the phone, to no avail. I also tried a hard shut down of the app and restarted it and that also had no results.

    Hi Jme88,
    It may help to force close all open apps and reset your iPhone.
    Force an app to close in iOS
    http://support.apple.com/en-us/HT5137
    Turn your iOS device off and on (restart) and reset
    http://support.apple.com/en-us/HT1430
    If the notifications for Messages still aren't functioning, the next step would be to reinstall iOS on your device by placing it in Recovery Mode, then choosing Update in iTunes.
    Make sure that you have iTunes 12 or later on your computer.
    Put your device in recovery mode.
    When you get the option to restore or update, select Update. This will reinstall iOS without erasing your data.
    If your iPhone, iPad, or iPod touch doesn't respond or doesn't turn on
    https://support.apple.com/en-us/HT201412
    Regards,
    Allen

  • E-mail App isn't working

    Recently, the original e-mail app on my iPod Touch isn't working correctly. When I tap on the icon to open, a black screen appears only showing the top bar of the iPod Touch which shows the time, battery, and wi-fi connection. Because of this, I am not able to check my e-mail. Is there any way I can fix this problem? Thank you I appreciate your help.

    You really should learn the 5 R's of owning an iPod touch. Check out this page: http://www.apple.com/support/ipodtouch/

  • Linker error while packaging iOS app with my ANE

    While trying to write a iOS Native Extension for ZXingObjC (https://github.com/TheLevelUp/ZXingObjC), the following link error shows up when exporting in Flash Builder 4.x:
    Error occurred while packaging the application:
    Undefined symbols for architecture armv7:
      "___divmodsi4", referenced from:
          +[ZXEncoder numDataBytesAndNumECBytesForBlockID:numDataBytes:numRSBlocks:blockID:numDataBytesInBlock: numECBytesInBlock:error:] in libcom.google.zxing.ZXingNativeExtension.a(ZXEncoder.o)
          +[ZXAztecEncoder encode:len:minECCPercent:] in libcom.google.zxing.ZXingNativeExtension.a(ZXAztecEncoder.o)
          +[ZXAztecEncoder generateCheckWords:totalSymbolBits:wordSize:] in libcom.google.zxing.ZXingNativeExtension.a(ZXAztecEncoder.o)
    ld: symbol(s) not found for architecture armv7
    Compilation failed while executing : ld64
    This happens in Flash Builder 4.6 or 4.7 using AIR SDK 3.7
    This isn't my first Native Extension for iOS. No amount of fiddling around with adding frameworks or libraries in Xcode to the static library works.
    Looking for guidance on what to try next to resolve this linker error...

    I am also receiving an error related to ___divmodsi4 (using different libraries which use that symbol) which appears to be a compiler level math function. It should be packaged automatically but apparently AIR isn't doing it.  No idea what additional library should be linked, attempts to link the 3rd party libraries (and/or packagedDepenency them) failed.
    Undefined symbols for architecture armv7:
      "___divmodsi4", referenced from: (methods in a third party library)
    My Platform.xml is as such:
    <platform xmlns="http://ns.adobe.com/air/extension/3.7">
        <sdkVersion>6.0</sdkVersion>
        <linkerOptions>
        <option>-ObjC</option>   
        <option>-weak_framework Accounts</option>
        <option>-framework AddressBook</option>
        <option>-framework AddressBookUI</option>
        <option>-weak_framework AdSupport</option>
        <option>-framework CoreAudio</option>
        <option>-framework CoreLocation</option>
        <option>-framework CoreMotion</option>
        <option>-framework CoreTelephony</option>
        <option>-framework EventKit</option>
        <option>-framework EventKitUI</option>
        <option>-framework iAd</option>
        <option>-framework MapKit</option>
        <option>-framework MediaPlayer</option>
        <option>-framework MessageUI</option>
        <option>-framework OpenAL</option>
        <option>-weak_framework PassKit</option>
        <option>-framework StoreKit</option>
        <option>-weak_framework Twitter</option>
        <option>-framework UIKit</option>
        <option>-lsqlite3</option>
        <option>-lxml2</option>
        <option>-lz</option>
        </linkerOptions>
    </platform>
    If the author or anyone manages a solution, please post it in this thread!

  • New Keynote (6.0.1) can't link to Keynote Remote iOS app

    Hi,
    I have a problem connecting Keynote for Mac (newest version- 6.0.1) to the Keynote Remote app on my iPhone 5.
    It seems like the problem is on the Mac software's side and not the other way around, since the Remote app gives me a passcode for connecting, but the software on the Mac doesn't respond when I click Preferences > Remote > Enable iPhone and iPod Touch remotes.
    Actually, it worked in the past, using the older version of Keynote (2009) ,and ever since there's a record of my iPhone on the list.
    The problem is that I can't delete it and make Keynote on my mac detect my iPhone all over again.
    Please advise if you know how to solve this.
    Thanks,
    Nir
    BTW - I tried restarting the apps (on both my Mac and my iPhone) and I even deleted the Remote app and re-installed it, but it didn't help so far.

    Keynote 6 does not support Keynote remote.
    You can use version 5 but you must delete version 6 to enable 5 to work again with the remote app.

  • My app isn't working after I bought it. I start to play, but it exits. Why?

    I just bought two apps with a gift card I purchased. They both work dine until I click play. It goes to the loading screen, and then exits the app. I would like to know why, and i it isn't fixed, I would like a refund of five dollars. That was the price of the two games combined. The apps were Five Nights At Freddy's 1 and 2. My iPod is generation 4.

    See:
    iOS: An app you installed unexpectedly quits, stops responding, or won’t open
    Contact the developer/go to their support site if only one app.
    Restore from backup. See:
    iOS: How to back up
    Restore to factory settings/new iPod

  • Copying links in safari in iOS 8 no longer works

    At first I thought it was me but no. If I try to copy a link in Safari using the Copy item or by specifically selecting the link and copying it I get nothing. I use this feature a lot so it's pretty annoying.
    I am running iOS 8 on an iPad 2. I am really not happy with the performance of iOS 8.

    I am not sure if this is the answer, but I was trying some things to fix some of the iOS 8 issues I was having. One of the things I tried is to reset the network settings. And now I can copy from Safari. Disclaimer, I am not sure if this is what fixed the problem but could very well be.
    To reset the network settings, go to Settings>Reset>Reset Network Settings
    This wipes out all the network settings, so make sure you have your network passwords handy.

  • Youtube app isn't working

    click youtube app and link pops up saying cannot connect to youtube safari works fine so does my internet but youtube doesnt connect on 3G or wifi

    Close out the app in the background by double tapping home button. Once you do that, you'll see your apps that are open currently in the background. Find the youtube one, hold down on the app until you see a minus sign appear, then close the app. Try opening youtube again. If that doesnt work, do a hard reset. Hold down the power lock button at the top and the home button together until you see a white apple logo appear.

  • Mail App isn't working

    When I open the app, it loads (as indicated by the symbol on the top bar) then does nothing. The refresh and new-mail buttons are along the bottom, and the top bar is still there, but nothing happens in the app itself. It won't display any sort of mail, and soft/hard resets have done nothing to date...

    Already stated that I tried a reset. The back-up isn't much of an option right now, either. I don't have the "home" computer with everything on it. Just a borrowed laptop. Are there no other methods than "turn it off and back on" or "Reset the whole thing?
    Pretty bad system if the only way to fix it is pretty much get a new one (which is the equivalent to restoring from a back-up/factory settings.)

  • Help!  My Creative Cloud App Isn't Working - Windows 8

    Hi, I have Windows 8 and can't get the Creative Cloud app to open properly.  The window opens, but there's no information there.  I don't know what to do

    BLANK Cloud Screen http://forums.adobe.com/message/5484303 may help
    -and step by step http://forums.adobe.com/thread/1440508?tstart=0
    -and http://helpx.adobe.com/creative-cloud/kb/blank-white-screen-ccp.html

  • One of my apps isn't working

    I have the app 'Viber' and have been using it for months now but it's suddenly stopped working and whenever I click on it it just goes back on itself. I've tried deleting it and re-installing it but it doesn't work.

    Contact Viber support team at http://support.viber.com and give them the details of the problem.

Maybe you are looking for

  • Get next id

    Hi there, When inserting a new record I want to assign the next property_id from the property.property_id table. The query: <cfquery name="GetNewID" datasource="#application.DSN_Name#"> SELECT top 1 property_id FROM property ORDER BY property_id desc

  • BPEL child process issue

    Problem Description: Parent process invoking more than 10 concurrent child processes with non-blocking invoke = true. All the child processes are not invoked at the same time. Some of the child processes are waiting for others to complete and then in

  • Optimization PDF, make compatible with

    With Acrobat Pro, there is a command(order) (as we can make File, Register(Record) for example) in programming, to make the equivalent of: optimization PDF, Make compatible with and to choose a previous version of acrobat?

  • HT4913 New computer authorization problem

    I have 3 authorized computers with my Apple ID.  Want to authorize a new computer for iTunes Match but when I click "authorize" and then sign into my itunes account, I get a new warning saying, "You cannot authorize more than 5 computers...".  Checke

  • Isopropyl Alcohol got under the screen, should I replace it?

    I was cleaning my commuter yesterday with Isopropyl Alcohol as one of my mom's co-wokers said it was the way to clean he screen. After this happened I read that constant contact causes an LCD screen to become brittle to the extent it cracks. When sho