Implemented heads-up notification but the small icon, app name and time stamp are not showing on some devices. Any fixes? - push-notification

Shows the heads-up notification but the 3 parts at the top of the brief text are missing when it pops-up on some devices.
It is a Hybrid Ionic 5 app

Related

how can i show 2 annotationveiw on xamarin ios same time

How can I show 2 annotationveiw on Xamarin iOS map in same time, like arrow head behind vehicle on its previous Lat Long,
I am using custom renderer on iOS but able to display only one image on map am already done in android screen shoot attached.
I am using xamarin.forms.map NuGet want result like this image stuck here from last 20 days click here for screenshot

IOS 13 can show 4 camera previews at the same time?

I know that IOS13 can display 2 camera previews simultaneously on iPhone 11 Pro and above. I saw the DoubleTake app where they are showing live preview from all the 4 cameras (three back cameras and one front camera). Any pointer on how this can be achieved?
The above screen shot shows the camera selection part in their app. All the 4 videos are simultaneously showing live. IOS13 supports 2 cameras active at a time on iPhone 11 Pro. How can I display all 4 cameras in my app as seen in this screen?
There is an open API for this. You can do it with AVCaptureMultiCamSession, which is a capture session that supports simultaneous capture from multiple inputs of the same media type.
It's a lot of code. For details, pls check out these WWDC 2019 sessions:
Introducing Multi-Camera Capture for iOS
Advances in Camera Capture & Photo Segmentation
And there an excellent sample code project associated with it.

Icons have poor clarity in Xamarin forms UWP project

I am using 24x24 pixels icons in my xamarin forms UWP project, but not getting good clarity when it comes in UI. For Android, I am using 4 set of icons for different devices and 3 set for IOS. How many sets of icons are needed for UWP and what is the resolution for those icons?
How many sets of icons are needed for UWP and what is the resolution for those icons?
Every app has an icon/logo that represents it, and that icon appears in multiple locations in the Windows shell:
The title bar of your app window
The app list in the start menu
The taskbar and task manager
Your app's tiles
Your app's splash screen
In the Microsoft Store
We have detailed article that specifically for icons that represent the app itself. please check this link and use the suitable size icon.

How to see all the screen class engagements on firebase

I just integrated firebase to my android and ios app.
The dashboard has an engagement card where i can see the top 3 activities or viewcontrollers that the users engage in. The percentage only add up to 74%, and total engagement time is ~ 2 minutes while the average engagement time is 5 minutes.
As you can see from this image here
But how do I see the rest of screen classes? I am pretty sure my app contains more than 3 classes, and I am quite sure my QA people go through other parts of the application.
The issue was that i was using an old version of Firebase library. (9.8.0)
As you can see from this link here
https://firebase.google.com/support/release-notes/android#20170707
The automatic screen tracking is only added in version 11.0.0
After I included that version, everything worked.
I setup my iOS using cocoaPod so it was never an issue.
The table generated by Screen Class is generated automatically by Firebase based on the most recent screens visited in your app.
You can manually track the desired screens in you app by having the setCurrentSreen method when the screen transition occurs. Those screens would appear when you will select ScreenName in the drop down.

How to scan barcode(generated using ZBar SDK) using iPhone simulator? [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
zbar sdk not working on iphone simulator by using camera simulator
I want to test my barcode scanner using iPhone Camera.
I'm using ZBar SDK for my barcode scanning.
I have a scan button for this.When I click on Scan button,its showing me the message,"Camera simulation, tap and hold with two finger to select image".When I'm doing this,its showing "No photo" in another view.
Could any one plaese tell me how can I select an barcode image and scan it using simulater?
Thanks.
Do you have any images in the simulator to test? If not, images can be added to the simulators photo library two ways.
Drag and drop an image from Finder into the simulator. It will open in Safari and you can press and hold the image and an action sheet will pop up asking you to save.
Go to Safari directly on the simulator, navigate to the image you want, and save it the same way as in step 1.

Resources