Need to see if your shared folder is taking up space on your dropbox 👨‍💻? Find out how to check here.

Forum Discussion

3ernd's avatar
3ernd
New member | Level 2
9 years ago
Solved

Swift SDK macOS auth in own WebView

Hi there!

 

I use the SwiftyDropbox SDK.

My App was rejected, because the auth flow opens the safari browser.

I was requested to use my own Safari View Controller to display the login dialog.

As i understand the SDK, this is not possible as the SDK opens the default browser itself.

 

Is there a way to use an own window?

 

Should i object to the rejection?

 

Thank you for any advice.

 

Here is what i got from Apple:

---

To resolve this issue, please revise your app to enable users to sign in or register for an account in the app.

We recommend implementing the Safari View Controller API to display web content within your app. The Safari View Controller allows the display of a URL and inspection of the certificate from an embedded browser in an app so that customers can verify the webpage URL and SSL certificate to confirm they are entering their sign in credentials into a legitimate page.

---

  • The SwiftyDropbox SDK should already be compliant with Apple's rules. For example, it does already use SFSafariViewController on iOS. (Make sure you're using the latest version of SwiftyDropbox though, currently v4.2.1.)

    You mentioned that this is for macOS though. To my understanding, macOS does not offer SFSafariViewController. This seems to be confirmed by the SFSafariViewController documentation, which only lists iOS, not macOS:

    https://developer.apple.com/documentation/safariservices/sfsafariviewcontroller

    I recommend requesting clarification from Apple on this.

2 Replies

Replies have been turned off for this discussion
  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Community Moderator rankDropbox Community Moderator
    9 years ago
    The SwiftyDropbox SDK should already be compliant with Apple's rules. For example, it does already use SFSafariViewController on iOS. (Make sure you're using the latest version of SwiftyDropbox though, currently v4.2.1.)

    You mentioned that this is for macOS though. To my understanding, macOS does not offer SFSafariViewController. This seems to be confirmed by the SFSafariViewController documentation, which only lists iOS, not macOS:

    https://developer.apple.com/documentation/safariservices/sfsafariviewcontroller

    I recommend requesting clarification from Apple on this.
  • 3ernd's avatar
    3ernd
    New member | Level 2
    9 years ago
    Apple let the App through after i referenced the Dropbox SDK, which states that opening a browser is the only auth method on macOS. It was enough to answer to them. It took 2 Days for them react.

    Thank You for your help.

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.

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!