Reputation: 51
I have done these steps :
FCMPluginin.getToken(function(token){ console.log("FCMPlugin.getToken token : ", token); });
this is working fine android real devices, also it is working fine on simulator (ios) but it is giving null (token) in real ios device.
Upvotes: 4
Views: 2327
Reputation: 51
I solved my problem by enabling the keychain sharing enable from xcode > capabilities tab.
Upvotes: 1