ios - Create provisioning profile for testing push notifications -
i'd test push notifications feature on ios. i'm working devextreme, framework based on phonegap.
following made in past, made following steps:
- create certificate. here, chose "apple push notification service ssl (sandbox)" option. first question: right? use fcm.
- create app id, enabling push notifications
- i need create template of app, so, need provisioning profiles. try create selecting "ios app development" when creating it. then, can't see created certficate.
what tried fix point 3 create certficate selecting "ios app development" using same certsigningrequest point 1. created provisioning profile lined certificate. when building template, tried use file provisioning , certificate of point 1 certificate, i'm getting error "the default keychain doesn't have identity matching".
so, i'm stuck here, because don't know how can test push notifications feature on iphone device. ideas?
update:
now,i'm trying following: create apn certificate , use upload fcm. then, create certificate , profile usual, selecting "ios app development" when creating certificate , link provisioning profile.
is idea right?
update: summarized steps here: https://programmingistheway.wordpress.com/2017/07/19/devextremephonegap-how-to-manage-push-notifications-with-fcm/
it’s because mixing 'distribution provisoning profile' 'development provisioning profile'.
remove old provisioning profiles keychain , follow these steps.
Comments
Post a Comment