Giter Club home page Giter Club logo

Comments (4)

greg-db avatar greg-db commented on July 30, 2024

Can you share more information about this issue? Specifically, what use of UIWebview are you referring to? The SwiftyDropbox source code does not contain any reference to UIWebview.

from swiftydropbox.

Shalena avatar Shalena commented on July 30, 2024

Sure, here is my information:
I use Xcode 13.1
My podfile consists of the only pod at the current moment - pod 'SwiftyDropbox'.
After pod install I got SwiftyDropbox (8.2.1) and Alamofire (5.4.4).
After that I check my build this way:
In command line:
cd ~/Library/Developer/Xcode/Archives/2022-01-14
I have my only archive Upload 14.01.2022, 00.09.xcarchive
grep -R UIWebView *
My results:
Binary file Upload 14.01.2022, 00.09.xcarchive/dSYMs/SwiftyDropbox.framework.dSYM/Contents/Resources/DWARF/SwiftyDropbox matches
Binary file Upload 14.01.2022, 00.09.xcarchive/dSYMs/Alamofire.framework.dSYM/Contents/Resources/DWARF/Alamofire matches
My own code doesn't have reference to UIWebView
Don't you use UIWebView for login to Dropbox?
Uploading files to the Dropbox is the main feature of my project, so I can't remove SwiftyDropbox
Thank you for quick response)

from swiftydropbox.

greg-db avatar greg-db commented on July 30, 2024

Thanks for following up with the additional information. I'm still not sure what UIWebview reference this is though. I also don't see any UIWebview reference in Alamofire either.

In any case, no, SwiftyDropbox does not use UIWebview. If you're referring to the web browser used to process the OAuth app authorization flow (when the official Dropbox iOS app is not installed), that's a SFSafariViewController, not a UIWebview.

Did Apple provide any other information that you can share? I also can't say why your archive contains that string when our code doesn't; perhaps Apple can provide some guidance on that.

from swiftydropbox.

julianlocke avatar julianlocke commented on July 30, 2024

The latest version of SwiftyDropbox no longer includes Alamofire. Read more about it here: https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Major-SwiftyDropbox-update-available/td-p/737816

from swiftydropbox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.