Artyom
Artyom

Reputation: 851

Push Notifications from different app :/

My application is receiving push notifications of the other application. I think that's because of my fault. I accidentally built one app with other's bundleID. So, my question is how to remove my new app from Push Notification list of the other one ?

Upvotes: 0

Views: 156

Answers (1)

jackal
jackal

Reputation: 1219

Most possible is that you have signed both your applications with same distribution profile. When the app registers for push notifications it sends that profile info with device token.

Upvotes: 1

Related Questions