Skip to content

Commit 586cd1d

Browse files
committed
Fix example method call
1 parent 93d8674 commit 586cd1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/swift/example-swiftui/Shared/ExampleApp.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class AppDelegate: NSObject, UIApplicationDelegate, AppwriteDelegate {
1616
_ application: UIApplication,
1717
didRegisterForRemoteNotificationsWithDeviceToken deviceToken: Data
1818
) {
19-
NotificationHandler.shared.handleToken(deviceToken)
19+
NotificationHandler.shared.handleAPNSToken(deviceToken)
2020
}
2121

2222
func application(

0 commit comments

Comments
 (0)