Post

Replies

Boosts

Views

Activity

iOS 15: Critical Alert Notification
We are using Critical Alert notification in our application, it works great when custom sound is provided in sound dictionary in push notification payload and when volume is set to 1.0. Now, when I receive critical alert notification on device and set volume to 0.0, it still plays some default sound. When volume is set to 0.0, I expect here sound will not play. However, its playing. Above mentioned behaviour is observed on iOS 15.1.1. On below versions its working as expected. i.e. no sound will be played. Am I missing anything in setting or payload?
2
0
6.5k
Feb ’23
Launch screen storyboards: is there a way to differentiate iPad orientations?
I am using Lauchscreen.storyboard for displaying splashscreen in my iOS application. I have added images in Assets.xcassets->LaunchImage.imageset. I have set portrait image in the placeholder. However, the image is different when the app is launched in landscape on an iPad. So is there any way to differentiate between an iPad in portrait and an iPad in landscape when using a an Adaptive storyboard for a launch screen? Because it's a launch screen I can't run any code, it would have to be done completely through the storyboard.
1
0
682
Jan ’21
Critical alerts push notifications banner style
We are using critical alerts in our application. we observed that even if banner style for critical alerts notifications is set to "Temporary" in settings, when received on device they are "Persistent" (you have to tap/swipe or open any other app, then only it will be gone). It's not dismissing automatically as behaviour expected for "Temporary" banner style. Is this expected, in case of critical alerts? or am I missing anything.
0
0
770
Feb ’22
Application crashing on accessing 3D Touch after app restart
I am using 3D Touch in our application. It's working fine in app background state. However, if the user kills the application from app switcher and tries to open it using 3D Touch, the application is crashing. This is happening only on iOS 15 devices. On iOS 14 devices its working as expected for both background as well as for killed state. Unable to find the exact reason.
0
0
373
Mar ’22