iOS Question Dropbox Sync fail

Descartex

Well-Known Member
Licensed User
Longtime User
Hi, everyone.
I'm trying to integrate this feature to my iOS version of the app i'm currently developing but i have some weird behaviour.
https://www.b4x.com/android/forum/threads/dropboxsync-tutorial.47021/
If i run the example, changing the account data for my data it works fine, like a charm. It allows me to upload and download files from the specific folder.
The problem goes when i try to integrate it to my app, it ask for login and vinculation but, after calling the "Application_OpenUrl" Sub (i see it on the log)
B4X:
Private Sub Application_OpenUrl(Url As String, Data As Object) As Boolean
    Log("openurl: " & Url)
    Log("Data: " &Data)
    manager.HandleOpenUrl(Url)
    Return True
End Sub
it never raises the Sub manager_AccountReady...
As i say, it runs normally on the example of this post...
Thank you in advance.
 

Descartex

Well-Known Member
Licensed User
Longtime User
Does it means Dropbox is not allowed anymore for iOS developing?
Can we use it anyway? How?
Thanks.
 
Upvote 0

Descartex

Well-Known Member
Licensed User
Longtime User
And how can we interact with dropbox?
Thanks.
 
Upvote 0
Top