question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Android works fine but iOS doesn't

See original GitHub issue

I 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:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
magiclockerscommented, Jun 12, 2021

using v1.1.2, Android yes, but IOS not working😭, using capacitor v3

0reactions
stewonescommented, Jun 14, 2021

@magiclockers v2 with support for cap3 has been released

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found