We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
Robert S.138
8 years agoHelpful | Level 7
Obj-C Dropbox Library crashes in iOS8.4
I just released my iOS app updated to Dropbox API v2 using the Obj-C library through CoCoPods. I works fine in iOS9. But now I am getting calls that it crashes on start-up under iOS8.x. Then I ran...
- 8 years agoThe contents of the "Podfile.lock" file should tell you what you currently have installed.
You can control what version you get installed using the contents of your "Podfile" file. You can use this line to just request the latest version:
pod 'ObjectiveDropboxOfficial'
Run `pod update` to update the pods installed in your project.
Robert S.138
Helpful | Level 7
How can I check and how do I update? (I am very new to CoCoPods).
Greg-DB
8 years agoDropbox Staff
The contents of the "Podfile.lock" file should tell you what you currently have installed.
You can control what version you get installed using the contents of your "Podfile" file. You can use this line to just request the latest version:
pod 'ObjectiveDropboxOfficial'
Run `pod update` to update the pods installed in your project.
You can control what version you get installed using the contents of your "Podfile" file. You can use this line to just request the latest version:
pod 'ObjectiveDropboxOfficial'
Run `pod update` to update the pods installed in your project.
- Robert S.1388 years agoHelpful | Level 7
Thanks. I figured it out too. I just ran
pod update
and it is updating from 1.0.11 to 2.0.6.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,876 PostsLatest Activity: 5 hours agoIf 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 or Facebook.
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!