xiaobo1234
Results
1
comments of
xiaobo1234
I'm using [email protected] and [email protected]. And the following codes are working for me. ``` // e.g. 1 PushNotificationIOS.requestPermissions(); PushNotificationIOS.addEventListener('register', (token) => { console.log("MyAPNSTOKEN", token); }); // e.g. 2 PushNotificationIOS.requestPermissions().then(() =>...