1

I'm working with ionic 3, APNs (not other) and want to get the IOS device token.

If token can be generated with APNs, please refer the source, If not by APNs how do I generate them.

svvc
  • 33
  • 7
  • you can use device id for this. get by this plugin in ionic v3 - https://ionicframework.com/docs/v3/native/device/ – keval nayak Mar 20 '20 at 04:53

1 Answers1

0

I'm using the Firebase X Plugin. Information about the Ionic 3 Usage can be found here. You can get the APNS Token with this Plugin.

EinfachHans
  • 247
  • 3
  • 13