Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
Steve L.32
8 years agoExplorer | Level 4
How to link V2 API for macOS App Store?
My macOS App runs fine while debugging, with the framefwork embedded. But when I archive it for the App Store the resultand binary crashes with this error, how do I resolve this? Thanks.
Dyld...
Steve L.32
8 years agoExplorer | Level 4
Another update:
The macOS version of my App is waiting for review, but I still have reservations about the Dropbox V2 API OSX authentication scheme. To get this more-or-less working version I spent many hours spread over many days trying lots of things. In particular I built a static library, and even though ar showed that all the modules and entry points existed, my App still crashed because DBClientsManager:setupWithAppKeyDesktop couldn’t be found. Go figure.
In desperation I built a new project from scratch and put my code in bit by bit … I never ran into the dyld error and mis-signed framework, but ….
The link mechanism is still, er, odd. If there is another instance of any App that uses my DB key then it’s likely to get loaded (“recalled” per my previous post) during authentication after confirming the JavaScriot dialog. This means that there are then *two* instances my App running - you can see them in the Dock - but neither gets authorized. This happens most of the time, but not all the time !! In order to get a working exported macOS test App I must do a project clean to delete the Xcode-generated executable and also delete the archive that I just built because there is an executable buried in that package. Why I get gray :)
Steve L.32
8 years agoExplorer | Level 4
Goodness! After one hour waiting for review, and one hour under review, the macOS version of the App is on the Store. 2 hours is a new record for me. The average user will only have 1 copy of the App on their machine so authentication should work normally.
I think I'll go check that box indicating that I know about the 28 June retirement date of API V1, and then get some sleep.
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!