August 2025
Intermediate to advanced
270 pages
6h 16m
English
To configure iOS for push notifications, our path will mirror what we did in Rails:
Start by creating a new bridge component under the Components folder named NotificationTokenComponent. Identify this the same as the one on the web, “notification-token.”
| | import HotwireNative |
| | import UIKit |
| | |
| | class NotificationTokenComponent: BridgeComponent { |
| | override ... |
Read now
Unlock full access