Load site modules...
lade...
random avatar

marcoeidinger - Network

Posts Subscribe

Do you wonder what the eviction strategy of URLCache is on iOS? The article from Nikita Zhuk provides some...

https://fosstodon.org/@MarcoEidi...

Do you wonder what the eviction strategy of URLCache is on iOS? The article from Nikita Zhuk provides some insights

zhuk.fi/subclassing-urlcache/

30.9.2024 23:36Do you wonder what the eviction strategy of URLCache is on iOS? The article from Nikita Zhuk provides some...
https://fosstodon.org/@MarcoEidi...

I was scratching my head at work about why network responses won't be cached in my iPhone and then I figured it...

https://fosstodon.org/@MarcoEidi...

I was scratching my head at work about why network responses won't be cached in my iPhone and then I figured it out!

blog.eidinger.info/you-better-

30.9.2024 14:17I was scratching my head at work about why network responses won't be cached in my iPhone and then I figured it...
https://fosstodon.org/@MarcoEidi...

LiveCommunicationKit .. a new Apple framework on iOS 17.4, watchOS 10.4 and visionOS 1.1 betasUse LiveCommunicationKit to integrate your...

https://fosstodon.org/@MarcoEidi...

LiveCommunicationKit .. a new Apple framework on iOS 17.4, watchOS 10.4 and visionOS 1.1 betas

Use LiveCommunicationKit to integrate your calling services with other call-related apps on the system. Display the system-calling UI for your app’s VoIP services

21.2.2024 01:50LiveCommunicationKit .. a new Apple framework on iOS 17.4, watchOS 10.4 and visionOS 1.1 betasUse LiveCommunicationKit to integrate your...
https://fosstodon.org/@MarcoEidi...

FaceID or OpticID can generally be tested in the simulator but NOT when it comes to protected keychain items. Let me explain why, how to...

https://fosstodon.org/@MarcoEidi...

FaceID or OpticID can generally be tested in the simulator but NOT when it comes to protected keychain items. Let me explain why, how to overcome this limitation & align the behavior when testing in the iOS simulator.

blog.eidinger.info/get-the-bio

19.2.2024 14:44FaceID or OpticID can generally be tested in the simulator but NOT when it comes to protected keychain items. Let me explain why, how to...
https://fosstodon.org/@MarcoEidi...

Create your custom #SwiftUI file template in #Xcodehttps://www.youtube.com/watch?v=h8js3e657xc

https://fosstodon.org/@MarcoEidi...

Create your custom file template in

youtube.com/watch?v=h8js3e657x

2.2.2024 01:12Create your custom #SwiftUI file template in #Xcodehttps://www.youtube.com/watch?v=h8js3e657xc
https://fosstodon.org/@MarcoEidi...

You know access level modifiers like public, internal, and private. But do you know that Swift 5.9 gave us a new one? It's called...

https://fosstodon.org/@MarcoEidi...

You know access level modifiers like public, internal, and private. But do you know that Swift 5.9 gave us a new one? It's called `package` and in my blog post you'll learn all about most. Most importantly when and why to use it.

blog.eidinger.info/a-new-acces

22.1.2024 11:15You know access level modifiers like public, internal, and private. But do you know that Swift 5.9 gave us a new one? It's called...
https://fosstodon.org/@MarcoEidi...

RT @peterfriese: Issue 53 of Not only Swift just went out, covering some really amazing things the community built.

https://fosstodon.org/@MarcoEidi...

RT @peterfriese: Issue 53 of Not only Swift just went out, covering some really amazing things the community built.

20.1.2024 11:15RT @peterfriese: Issue 53 of Not only Swift just went out, covering some really amazing things the community built.
https://fosstodon.org/@MarcoEidi...

On iOS, you have different cookie stores between your app and extensions. You can obtain a common cookie storage by using the...

https://fosstodon.org/@MarcoEidi...

On iOS, you have different cookie stores between your app and extensions. You can obtain a common cookie storage by using the sharedCookieStorage(forGroupContainerIdentifier:) method on HTTPCookieStorage

18.1.2024 12:51On iOS, you have different cookie stores between your app and extensions. You can obtain a common cookie storage by using the...
https://fosstodon.org/@MarcoEidi...

Sometimes it’s easy to help co-workers, this happened in the office today.Them: if and how can I test opticID in the Vision Pro...

https://fosstodon.org/@MarcoEidi...

Sometimes it’s easy to help co-workers, this happened in the office today.

Them: if and how can I test opticID in the Vision Pro simulator?
Me: I explained that in one my blog posts

blog.eidinger.info/develop-and

18.1.2024 11:15Sometimes it’s easy to help co-workers, this happened in the office today.Them: if and how can I test opticID in the Vision Pro...
https://fosstodon.org/@MarcoEidi...

Building a website with Swift: a quick overview of libraries providing a Swift DSL to build your HTML...

https://fosstodon.org/@MarcoEidi...

Building a website with Swift: a quick overview of libraries providing a Swift DSL to build your HTML pages

petercammeraat.net/journal/202

17.1.2024 15:41Building a website with Swift: a quick overview of libraries providing a Swift DSL to build your HTML...
https://fosstodon.org/@MarcoEidi...

Xcode 15 automatically verifies your app's dependencies by verifying their digital signatures but in CI you might want to do this...

https://fosstodon.org/@MarcoEidi...

Xcode 15 automatically verifies your app's dependencies by verifying their digital signatures but in CI you might want to do this programmatically. Let me tell you how you can achieve that 📖 ⬇️

blog.eidinger.info/how-to-veri

16.1.2024 11:15Xcode 15 automatically verifies your app's dependencies by verifying their digital signatures but in CI you might want to do this...
https://fosstodon.org/@MarcoEidi...

@voiceinacan brings your Alexa into your spatial environment. Interesting project by Damian Mehers but I’d use Vision Pro either at home...

https://fosstodon.org/@MarcoEidi...

@voiceinacan brings your Alexa into your spatial environment. Interesting project by Damian Mehers but I’d use Vision Pro either at home (where I have my Alexa devices) or where I need privacy and don’t want to speak 🤔

damian.fyi/swift/visionpro/202

15.1.2024 15:41@voiceinacan brings your Alexa into your spatial environment. Interesting project by Damian Mehers but I’d use Vision Pro either at home...
https://fosstodon.org/@MarcoEidi...

This Swift package will retry operations until successful using an exponential backoff algorithm. You can even use a custom algorithm but...

https://fosstodon.org/@MarcoEidi...

This Swift package will retry operations until successful using an exponential backoff algorithm. You can even use a custom algorithm but the default should be suitable for most use cases as it's ensure that the server doesn't treat your pesky retries as DDoS attacks ;)

forums.swift.org/t/introducing

15.1.2024 15:41This Swift package will retry operations until successful using an exponential backoff algorithm. You can even use a custom algorithm but...
https://fosstodon.org/@MarcoEidi...

Global code search is now available directly from the home screen on GitHub Mobile. This addition enables users to conveniently find code...

https://fosstodon.org/@MarcoEidi...

Global code search is now available directly from the home screen on GitHub Mobile. This addition enables users to conveniently find code snippets, navigate repositories, and access content directly from the home screen.
With global code search, users can easily locate anything they need while on the go. github.blog/changelog/2024-01-

15.1.2024 11:15Global code search is now available directly from the home screen on GitHub Mobile. This addition enables users to conveniently find code...
https://fosstodon.org/@MarcoEidi...

Someone asked me if custom URLs can be used to share data between appsYou can but don't do it!Exchanging data through custom URLs is...

https://fosstodon.org/@MarcoEidi...

Someone asked me if custom URLs can be used to share data between apps

You can but don't do it!

Exchanging data through custom URLs is possible up to (theoretically) 2GB but such deep linking is discouraged from a security perspective

stackoverflow.com/a/58869478

12.1.2024 15:41Someone asked me if custom URLs can be used to share data between appsYou can but don't do it!Exchanging data through custom URLs is...
https://fosstodon.org/@MarcoEidi...

Swift.TimeZone provides a neat function to get a localized name for a given locale.My gist to have a look at every possible output for all...

https://fosstodon.org/@MarcoEidi...

Swift.TimeZone provides a neat function to get a localized name for a given locale.

My gist to have a look at every possible output for all time zones.

gist.github.com/MarcoEidinger/

12.1.2024 11:15Swift.TimeZone provides a neat function to get a localized name for a given locale.My gist to have a look at every possible output for all...
https://fosstodon.org/@MarcoEidi...

2024 conferences for developers targeting Apple platforms like iOS, macOS, watchOS, tvOS or visionOShttps://cocoaconferences.com/ #iosdev

https://fosstodon.org/@MarcoEidi...

2024 conferences for developers targeting Apple platforms like iOS, macOS, watchOS, tvOS or visionOS

cocoaconferences.com/

11.1.2024 15:412024 conferences for developers targeting Apple platforms like iOS, macOS, watchOS, tvOS or visionOShttps://cocoaconferences.com/ #iosdev
https://fosstodon.org/@MarcoEidi...

Awesome Newsletters for iOS and Swift developers in 2024 📱📬🔥 my personal favorites...

https://fosstodon.org/@MarcoEidi...

Awesome Newsletters for iOS and Swift developers in 2024 📱📬🔥 my personal favorites ⬇️

blog.eidinger.info/awesome-new

🙏 to their creators @peterfriese @polpielladev
@hybridcattt
@adamrush
@Jeehut
@twannl
and
@daveverwer

6.1.2024 20:57Awesome Newsletters for iOS and Swift developers in 2024 📱📬🔥 my personal favorites...
https://fosstodon.org/@MarcoEidi...

In my latest blog post, I share a shell script that helps you to identify if your iOS/Swift code base might use a required reason...

https://fosstodon.org/@MarcoEidi...

In my latest blog post, I share a shell script that helps you to identify if your iOS/Swift code base might use a required reason API.

blog.eidinger.info/how-to-chec

22.8.2023 13:21In my latest blog post, I share a shell script that helps you to identify if your iOS/Swift code base might use a required reason...
https://fosstodon.org/@MarcoEidi...

Apps must compile your Swift package unless you provide a pre-compiled library version. Easier said than done. Learn how other SDKs are...

https://fosstodon.org/@MarcoEidi...

Apps must compile your Swift package unless you provide a pre-compiled library version. Easier said than done. Learn how other SDKs are dealing with it

blog.eidinger.info/why-is-it-s

17.7.2023 23:42Apps must compile your Swift package unless you provide a pre-compiled library version. Easier said than done. Learn how other SDKs are...
https://fosstodon.org/@MarcoEidi...
Subscribe
To add news/posts to your profile here, you must add a link to a RSS-Feed to your webfinger. One example how you can do this is to join Fediverse City.
         
Webfan Website Badge
Nutzungsbedingungen   Datenschutzerklärung  Impressum
Webfan | @Web pages | Fediverse Members

⬆️

⬇️