Swift: WebSocket Real-Time Data Introduction (2022, iOS, Xcode 13)

Swift: WebSocket Real-Time Data Introduction (2022, iOS, Xcode 13)

iOS Academy

2 года назад

35,619 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@waheedafolabi6929
@waheedafolabi6929 - 14.06.2023 15:21

Nice walkthrough...thanks.

In case the websocket server requires some parameters, how do we pass them?
For example, an authorization token.

Ответить
@phase5mediallc513
@phase5mediallc513 - 19.03.2023 01:41

This example was great in Storyboard format... Do you have example using SWIFTUI? I imagine it is similar - but different..

Ответить
@aafaqahmed2265
@aafaqahmed2265 - 17.03.2023 05:59

Whenever I see iOS Academy name writte below the video no google search, I leave everything and quickly tap on that. Thanks for creating the greate stuff.

Ответить
@rommelreyes82
@rommelreyes82 - 23.09.2022 18:34

How can I make a program with socket and swift that allows the user to reserve seats for an airplane? It's a project from the university. I need help.

Ответить
@mokh08
@mokh08 - 16.09.2022 16:53

I really enjoyed that and thanksssss

Ответить
@mohammadolwan6432
@mohammadolwan6432 - 15.09.2022 16:35

Hello, how can get "wss" protocol?

Ответить
@UmairKhan-bu6gd
@UmairKhan-bu6gd - 25.08.2022 10:43

Can we send Push Notification with Socket

Ответить
@aniketkumar3218
@aniketkumar3218 - 28.07.2022 14:01

wss = websocket secure
not websocket stream

Ответить
@duyliem1770
@duyliem1770 - 22.07.2022 06:58

Hi friend, is it possible to connect to websocket when app is killed?

Ответить
@dhav7634
@dhav7634 - 28.06.2022 21:10

Great video.

Can you explain how the recursive send function will ever reach the sending part since we are calling send() just before it ?

Ответить
@victorriurean
@victorriurean - 02.05.2022 11:58

🔥🔥🔥

Ответить
@saikumarreddygujjula3703
@saikumarreddygujjula3703 - 08.04.2022 14:21

Yes want more websockets!

Ответить
@oak_lef8408
@oak_lef8408 - 24.03.2022 18:52

Will this work on an M1 mac?

Ответить
@gofudgeyourselves9024
@gofudgeyourselves9024 - 19.03.2022 09:03

wow great i was never aware that we can achieve this with URLSession

Ответить
@JeffreyLarsen
@JeffreyLarsen - 10.02.2022 12:39

This is some good stuff! Unfortunately I'm late to the IOS dev game, so I have only learned Swift with SwiftUI. I might be in a minority asking this, but it looks like you are looking to do websockets again in the future, could you tackle it from the SwiftUI side? And/Or (this might be a stretch but) using the Combine framework? Like is that even possible? Thanks all the questions you've answered and now questions you let me ask

Ответить
@kimsanov
@kimsanov - 29.12.2021 15:39

I am confused. If we have to manually recursively run receive() method — what is benefits of websocket in comparison to simple polling request?
I thought that websocket allows somehow receive pushed data from server. Didn’t constant polling drain battery?

Ответить
@mac6779
@mac6779 - 25.12.2021 18:09

content is good. video quality needs to be improved.

Ответить
@alwaysrookie583
@alwaysrookie583 - 15.12.2021 13:02

You are a good man

Ответить
@abhishekmahajan3432
@abhishekmahajan3432 - 06.12.2021 15:51

Great video.

Ответить
@hungpham-qb6ch
@hungpham-qb6ch - 02.12.2021 17:38

Do you have any course use Storyboard?

Ответить
@terrywong8005
@terrywong8005 - 20.11.2021 09:43

Thanks for demo on how to use websocket on iOS app. Just one question about the demo. You said calling ping function for keep alive purpose. But why you only calling it in the didOpenWithProtocol delegate once only? the ping function are needed to call more oftenly? like once per minute etc?

Ответить
@codechamp2599
@codechamp2599 - 13.11.2021 13:58

Please make video on mvvm along with alamofire, swifty json with repository design pattern please

Ответить
@setilanaji8442
@setilanaji8442 - 13.11.2021 13:00

OMG OMG OMG
You're the best

Ответить
@user-ho3ml3er3b
@user-ho3ml3er3b - 13.11.2021 05:29

hello,could you please make a video to teach how to build an ios app with aws rather than firebase,because in China,the firebase services are all blocked. I would really appreciate that

Ответить
@oles1837
@oles1837 - 12.11.2021 11:55

Thank You! Yes more websockets!

Ответить
@vichhaikan7248
@vichhaikan7248 - 12.11.2021 04:54

It would be a pleasure if you can make a real-life example app.Thank you.

Ответить
@eldarkk4566
@eldarkk4566 - 11.11.2021 18:47

More VIPER, CLEAN ARCHITECTURE, SWINJECT, SOLID, CUSTOM ANIMATIONS, TRANSITIONS, PUSH NOTIFICATION EXTENSIONS, AR, NFC, ASSOCIATED DOMAINS, DEEP LINKING, DYNAMIC LINKING, AUTOMATIC CALL RECEIVE

Ответить
@luki8502
@luki8502 - 11.11.2021 06:48

Kinda unrelated to this video but is there any reason you did the Instagram and Spotify apps with CGRects and not AutoLayout? Since you understand how it works I couldn’t get why you were doing all those maths calculations 🤯 Also those don’t bring landscape support

Ответить
@TechRagh
@TechRagh - 11.11.2021 03:48

Congratulations on 42K, waiting for 50K celebrations and new videos as always :)

Ответить
@buck-johnson
@buck-johnson - 11.11.2021 02:49

This was a great video thanks.

Ответить
@manishah92
@manishah92 - 11.11.2021 01:48

thank you so much

Ответить
@Tenly2009
@Tenly2009 - 11.11.2021 00:13

“It’s really not a lot of code”
Yeah 🤦🏻‍♂️ …. Because you cut so many corners and left out a ton of stuff that should be there - even in a demo.

Maybe if you stopped going over how to create a new project and if you started with your UI already designed, you’d be able to devote a more appropriate amount of time and code to the actual topic of the video.

Ответить
@obinnaaguwa
@obinnaaguwa - 10.11.2021 21:33

It would be a pleasure to a see more please!

Ответить
@Mettaworldj
@Mettaworldj - 10.11.2021 21:26

This is so timely thank you!!

Ответить
@rev_kous9275
@rev_kous9275 - 10.11.2021 21:26

I’m waiting for a video with Clean Architecture (VIP/MVVM, Clean Swift) for iOS.

Ответить
@eldarkk4566
@eldarkk4566 - 10.11.2021 20:32

More sockets and payments online

Ответить
@gregfrllo
@gregfrllo - 10.11.2021 20:01

more socket please :)

Ответить
@tayyabmubeen8798
@tayyabmubeen8798 - 10.11.2021 19:49

Looking for more content on web socket Please

Ответить
@mattdamon2532
@mattdamon2532 - 10.11.2021 19:46

Thanks!

Ответить