J
J
jakuraji2019-04-15 00:01:45
Swift
jakuraji, 2019-04-15 00:01:45

Can I use the iOS SDK for any site in all types of Swift applications?

For example, there is an iOS SDK for Stripe - https://github.com/stripe/stripe-ios
Written in Objective-C, but let's imagine that it would be written in Swift.
Would this mean that this stripe-ios could be used in a) web b) desktop
applications written in Swift? Or is it just for iOS?
The question is not only about this library, but in general about this kind of library in Swift for iOS. I think they usually have an SDK prefix

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
DevMan, 2019-04-15
@jakuraji

no matter what sdk is written on. the only difference is whether it is platform dependent or not.
for example, uikit is only available in yaoshi. accordingly, any code that uses it will only work on Yaoshi.

D
doublench21, 2019-04-15
@doublench21

What the hell is a website?! If it says iOS , it means only one thing... use within an iOS application .
Sites are written in HTML / CSS / JS, and here Swift and iOS are not clear. The backend in Swift has nothing to do with the visual component.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question