Android works fine but iOS doesn't
See original GitHub issueI follow every step in readme, Android works fine. IOS receives token with
PushNotifications.addListener('registration', (token) => {
console.log('FB token', token.value);
});
But this method is not triggered
PushNotifications.addListener('pushNotificationReceived', (notification) => { console.log('FB message', notification.body); // alert('FB message: ' + message.body); this.doLocalNotif(notification); });
Any ideas? Any missing configuration?
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Move to iOS from Android Not Working - Apple Community
hello, I'm trying to make the switch from my Samsung S5 to the iPhone 6S by using the move to iOS however I...
Read more >[Solved] How to Fix Move to iOS Not Working - iMobie Help
1. Make sure both iPhone and Android are not disturbed by calls during transfer. · 2. Make sure both iPhone and Android phone...
Read more >URL Redirect works fine on Android but not on iOS. · Issue #103
Every build on Android works fine, the problem comes with iOS. It opens the page, but the ://oauthredirect never works.
Read more >How to Fix It When 'Move to iOS' Isn't Working - Lifewire
The Move to iOS app is supposed to make it easy to switch from Android to iPhone. Here's how to fix it when...
Read more >6 Methods to Fix Move to iOS Not connecting [2022]
6 Methods to Fix Move to iOS Not Connecting · Fix 1: Make sure your Wi-Fi is turned on · Fix 2: Check...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
using v1.1.2, Android yes, but IOS not working😭, using capacitor v3
@magiclockers v2 with support for cap3 has been released