ios - Dropbox is no longer linking - sign up sheet keeps appearing -


i opened project hadn't used since updating xcode 5.1. working fine previously. now, whenever attempt link dropbox, never passes line

    if([[dbsession sharedsession] handleopenurl:url]) 

in appdelegate handleopenurl:. when dropbox sign sheet appears, can enter username , password, sheet dismissed, nothing happens , not linked.

any ideas? appreciated!

i needed update using

    - (bool)application:(uiapplication *)app openurl:(nsurl *)url  sourceapplication:(nsstring *)source annotation:(id)annotation { 

i still using deprecated version

    - (bool)application:(uiapplication *)application handleopenurl:(nsurl *)url 

now working fine. =d


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -