Yes it is okey, it is not a secret information
@Neeraj_Kumar can I use the project from this post Setup Project in XCode - #5 by Baljeet_Singh to reproduce the issue?
@sergey.kuk That project is having the linking error which was fixed by Backendless developers in the recent version. I am able to reproduce this issue by sending the message from the API.
@Neeraj_Kumar please attach the project where you register device for push notification, then we will able to investigate the issue.
@sergey.kuk I can add one device into the DeviceRegistrations table through my app, because creating the project will take some time. If this is okay to you ?
unfortunately, it will not help us because we will not see how do you register the device, we need the project to reproduce the issue altogether
@Neeraj_Kumar we are not able to reproduce the issue with our code. That is why I am asking you to provide the project that shows the issue
@sergey.kuk I have added the register method at the App.js and I have only did the linking for the IOS, as for the android, Notifications are working fine.
SampleBackendlessApp.zip (89.5 MB)
thank you very much @Neeraj_Kumar , I have created an internal ticket BKNDLSS-24673 to investigate the issue, we will notify you as soon as we will have additional info
@sergey.kuk We have used the Swift SDK, to generate the token for IOS and use the same token to receive the notifications and it is working fine. but please let me know once this is fixed so that we can use the JS SDK for registering the IOS.
@Neeraj_Kumar we have reproduced the issue and working on the fix, when we will have any fix or ETA we will let you know.
Hello @Neeraj_Kumar
We’ve fixed the problem, could you please update the library to the latest version:
backendless-react-native@0.1.8
Regards, Vlad
@vladimir-upirov @mark-piller @sergey.kuk I am able to get the notifications when the app is in background, but not when the app is in foreground ? can you give me any idea on this ?