dropbox / dropbox/dropbox-sdk-obj-c
Dropbox Authorization Handling
- Dominant language
- Objective-C
- Stars
- 186
- Forks
- 118
- Avg merge
- 3m
- Merged PRs (30d)
- 9
Description
After calling authorizeFromControllerV2 and the user dismisses the authentication dialog, the openURL routine is called.
The issue I am having is that when that call to openURL is made, although the DBMobileSafariViewController dialog has been dismissed and is not visible the dismiss has not fully completed. A call to get the topController still returns the DBMobileSafariViewController.
Is it possible that when dismissing the DBMobileSafariViewController the callback to openURL is made in the completion block of the dismiss of the DBMobileSafariViewController.
This way within openURL a UIAlertController can be properly displayed if desired.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.