Posts

Post marked as solved
3 Replies
3.7k Views
Hi all, I have a chat app, and due to change on iOS 13 about VOIP push, I have to use Notification Service Extension to receive and show new message when user is offline. The problem is, there is many case that I cant handle if I cant complete silence origin notification. I know there is a special entitlement called com.apple.developer.usernotifications.filtering that allow app complete silence origin notification (Signal app is using it). So I want to know how my app can has that entitlement granted by Apple? This is very important for me. Thanks.
Posted
by tiennh13.
Last updated
.
Post not yet marked as solved
0 Replies
1.5k Views
Like title, I'm facing a really strange bug on some my user device. I've search but I cant find any exactly same problem like me. Here's some more detail about this bug: applicationDidBecomeActive is not called but other delegate (didFinishLaunchingWithOptions, applicationWillEnterForeground, applicationDidEnterBackground,...) are called normally. Bug disappear when restart device. Not always happen, all is working normally and then suddenly this bug appear and break my app flow. When my app is having this bug, other app are facing same bug too if they are using applicationDidBecomeActive to do something important (like Facebook Messenger as I can see, it cant reset unread message and badge number). I believe this is an iOS system bug, anyone can confirm it? If not, how do I fix that? Thanks!
Posted
by tiennh13.
Last updated
.