IOS notification error
See original GitHub issueVersion
Tell us which versions you are using:
- react-native-ble-manager v6.2.4
- react-native v0.44.3
- iOS/Android v.ios
Expected behaviour
android and ios can communicate with ble
Actual behaviour
only android can communicate with ble
run in android can open this notification, but run in ios can’t open this notification. ffe0 and ffe4 is my chose nofity.in android this can be open ,but in ios it’t not working.
Steps to reproduce
Stack trace and console log
nofityServiceUUID 0000FFE0-0000-1000-8000-00805F9B34FB nofityCharacteristicUUID 0000FFE4-0000-1000-8000-00805F9B34FB BleModule.js:248 Notification error: Could not find service with UUID 0000FFE0-0000-1000-8000-00805F9B34FB on peripheral with UUID B71449BD-4F8E-A526-4381-C410A3F9E198
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Notifications not working in iOS 16? 9 Ways to fix it! - iGeeksBlog
To fix Notifications not working on iPhone running iOS 16, 1. Turn off Focus on iPhone, 2. Add exceptions to Focus, 3.
Read more >iPhone Notifications Not Working? 8 Fixes - How-To Geek
iPhone Notifications Not Working? 8 Fixes · Ensure Notifications Are Enabled · Check Focus or Do Not Disturb Mode · Disable Notification Summary....
Read more >iPhone Notifications Not Working? Here's The Real Fix!
One of the most common reasons why iPhone notifications are not working is because Do Not Disturb is turned on. Do Not Disturb...
Read more >Top 8 Ways to Fix Notifications Not Working on iPhone
Top 8 Ways to Fix Notifications Not Working on iPhone · 1. Restart iPhone · 2. Disable Focus Mode · 3. Disable Scheduled...
Read more >How to Fix Notifications Not Working on iPhone and iPad
6 simple tips for notifications not working on iPhone and iPad · 1. A Wi-Fi connection or cellular network is the most basic...
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
I got the solution. Use short id ‘FFE1’ instead of ‘0000FFE1-0000-1000-8000-00805F9B34FB’;
@nagaokashi Thanks, you’re a life saver. Was facing the same problem. 😃