chabokpush / chabok-client-rn-js

Chabok react native wrapper in pure JS (supports code push)
MIT License
4 stars 0 forks source link

ios notification on production does not work #3

Closed farzansalimian closed 5 years ago

farzansalimian commented 5 years ago

Hey there, sending notification perfectly works in development but when i deploy app on sibapp.com users register on chabok panel but sending notification does not work. after short time of each register the users token become invalid. what should i do? thanks in advance

Husseinhj commented 5 years ago

The INVALID error in Chabok means that your push notification settings do not match the provision profile that you got with the release IPA. Please, check that you have used the correct bundleId, p8 or pem file.

farzansalimian commented 5 years ago

@Husseinhj thank you it solved my problem