CleverTap / clevertap-flutter

CleverTap Flutter SDK
Other
30 stars 43 forks source link

Is there any difference in config in IOS when using apns push mode development/product #170

Closed phucphamwolf closed 1 year ago

phucphamwolf commented 1 year ago

Is there any difference in config in IOS when using apns push mode development/product

nishant-clevertap commented 1 year ago

Hi @phucphamwolf,

Yes, you can have only one active push certificate at a time. You need to upload production push certificates when using apns push mode production. Refer doc for more details: https://developer.clevertap.com/docs/push-notifications-ios#step-1-configure-push-notifications

phucphamwolf commented 1 year ago

Thanks @nishant-clevertap. I fixed it.