<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/medium-znyx0jpph" -->

---
title: Medium | daily.dev
description: A deep dive into iOS push notification delegation, covering the three key delegate methods: willPresent, didReceive, and...
canonical: https://daily.dev/posts/medium-znyx0jpph
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Medium | daily.dev
og:description: A deep dive into iOS push notification delegation, covering the three key delegate methods: willPresent, didReceive, and...
og:url: https://daily.dev/posts/medium-znyx0jpph
og:image: https://api.daily.dev/og/posts/znyX0JPPH.png
og:image:alt: Medium
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Medium

**[Medium](https://daily.dev/sources/medium_js)** · 4 min read · 0 upvotes · 0 comments

## Summary

A deep dive into iOS push notification delegation, covering the three key delegate methods: willPresent, didReceive, and didRegisterForRemoteNotificationsWithDeviceToken. Explains where each method lives (AppDelegate vs UNUserNotificationCenterDelegate), how to wire the delegate in didFinishLaunchingWithOptions, and how to decode push payloads to drive Live Activities or in-app navigation. Includes concrete Swift code examples showing payload decoding, mutable content branching, and routing tap events into shared observable state rather than firing navigation directly from the delegate.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://medium.com/@mail2hssn/delegation-done-right-willpresent-didreceive-and-08dafa4b6cb2>

## Similar posts on daily.dev

- [Let’s talk Live activities\!](https://daily.dev/posts/let-s-talk-live-activities--vsyx4n03l) · Medium · 0 upvotes · 0 comments

---

Tags: [#ios](https://daily.dev/tags/ios), [#swift](https://daily.dev/tags/swift)

[View this post on daily.dev](https://daily.dev/posts/medium-znyx0jpph)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Medium","url":"https://daily.dev/posts/medium-znyx0jpph","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/medium-znyx0jpph"},"datePublished":"2026-08-02T10:00:12.552Z","dateModified":"2026-08-02T10:01:17.406Z","description":"A deep dive into iOS push notification delegation, covering the three key delegate methods: willPresent, didReceive, and...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/d6ab0a9a223ee01bc82d647f54feb2d2?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/d6ab0a9a223ee01bc82d647f54feb2d2?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Medium","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Medium","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/medium","url":"https://daily.dev/sources/medium_js"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/medium-znyx0jpph","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"ios,swift","timeRequired":"PT4M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Medium","item":"https://daily.dev/sources/medium_js"},{"@type":"ListItem","position":3,"name":"Medium"}]}
```

