UIPilot icon indicating copy to clipboard operation
UIPilot copied to clipboard

How can I handle push notification tap to redirect to particular route's view if I have multiple routes?

Open iosYash opened this issue 2 years ago • 2 comments

I have tabbar based application and each tab has individual route. Now I want to handle push notification, but how can I find specific view from routes stack and jump to particular view?

iosYash avatar Jun 15 '23 09:06 iosYash

Any update on this?

iosYash avatar Oct 12 '23 11:10 iosYash

I think push notification handling is not any different than the standard navigation stack. On push notification event, you can inspect current routes and based on that push or pop certain routes.

jimmy0251 avatar Jan 03 '24 14:01 jimmy0251