svvc
svvc

Reputation: 33

how do i get ios device token in Ionic

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.

Upvotes: 1

Views: 569

Answers (1)

EinfachHans
EinfachHans

Reputation: 255

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.

Upvotes: 0

Related Questions