Yashesh
Yashesh

Reputation: 1752

How to transfer push notification from one bundle id to another bundle id?

I want to transfer my all push notification from one bundle id to another bundle id

For example :- i have one app which is bundle is is com.example.id1 now i want to transfer all push notification from com.example.id1 to com.example.id2. can any buddy help me?
Thanks.

Upvotes: 1

Views: 335

Answers (2)

Hardik Joshi
Hardik Joshi

Reputation: 9507

It is not possible. You can not transfer all push notification from one com.example.id1 to com.example.id2. I have find but not getting solution. You should go through other way.

Upvotes: 0

West
West

Reputation: 61

It's not possible from my point.Because at one time, there is only one application runing forground, other apps will be frozen in background. You push a notification in app1, other apps in the background can not receive it. Of course, there may be some trick can do that, you have to find out.Good luck.

Upvotes: 1

Related Questions