I can’t seem to locate the BackendlessSwift package though in the Xcode project or in the pod file. I know it’s definitely installed and working because the push notification functionality itself is working fine.
How would I go about finding this version out from Xcode or by some other means?
Thanks for your reply. This method is called elsewhere in the service. In that method we take a delivery time. EG: ‘16:52’ and generate a publishAt date like so:
const [hours, minutes] = deliveryTime.split(":");
let deliverAt = new Date(
today.getFullYear(),
today.getMonth(),
today.getDate(),
parseInt(hours),
parseInt(minutes)
).getTime();
Do you receive push notification? Is the issue only with badge value?
Push notifications are delivering fine. The only issue is the badge is not being updated. The app has badge permissions on my phone when testing
Why has this ticket been closed? We are still facing the issue it is not fixed.
This thread has been open for quite a long time now with no resolution and we’re unable to use backendless in production as a result. Badges on push notifications are a very basic expected feature so it’s frustrating that it’s taken this long to just be told the ticket is closed with no fix.
The ticket was closed as a duplicate. We already have the same ticket with an identical problem. But the problem is still there and we are working on fixing it. I apologize for the inconvenience and the long wait.
Thanks for the update and glad to hear the problem’s being worked on. This is currently blocking the beta launch of our application so obviously the sooner the issue can be resolved the better.
Can we please have an update on this ticket? This was reported 3 months ago and is quite a significant issue with one of backendless’ core features. As a result we cannot launch our app because push notification functionality is completely broken.
We’re paying monthly for a service that we cannot use. I understand that sometimes there can be a wait to get an issue fix when an organisation has varying priorities. But 3 months to fix an issue with one of your core features is quite excessive.
Our time with backendless so far has been okay but this issue is souring our experience and makes it very hard to recommend backendless when we’ve essentially been unable to launch our application and make any money for 3 months.
Please can we have a concrete timeline on when you expect this issue to be fixed. If this can not be provided then please can you let me know how I can make a formal complaint as we’re really at a loss on how to move forward with this. We cannot go another month with minimal contact and fuzzy timelines. We really don’t want to have to move to another service at such a late stage in the application development but we’ll be forced to if we keep receiving such minimal support.
This ticket is still open, I increased the priority of this ticket and we assigned it to a certain developer.
But what I should explain in this situation:
RN is one of the ways to integrate our product, and all these ways have a priority based on the use of them, how did you understand the priority of this is not very high.
We haven’t an RN developer, and every time when need some fix, somebody from the team should re-understand what’s going in this SDK.
Also, this product is open source, so in case if it blocks you, and you haven’t time to wait, you might help us fix/implement something you need here and now.
Summary: I can’t say estimates, but we start fixing this issue this week.