iOS 11.0 : Simulator not showing app icon - icons

I am working on quiz app. I have added app icons for all size and also mention app icon in project settings but i haven't find what is wrong with the project.
i have also mention path in target.

Related

Xamarin forms Android Icon doesn't show in App Center

We have a Xamarin.Forms apps with Android and iOS apps which get built using Azure DevOps pipeline and published to App Center.
The iOS app shows in App Center with the correct icon, however the android app just shows a default icon.
I found this issue on GitHub https://github.com/microsoft/appcenter/issues/958, but it seems to have just been closed.
We use a png icon in the mipmap-hdpi folder in our Android project and it doesn't show in App Center. Does the icon need to go in a specific place to show in App Center?
Does anyone know how to get the Android icon to display in App Center?

Cannot get Firebase working for Xamarin Forms iOS

I am using Visual Studio 2019 on Windows, developing an App using Xamarin Forms, for Android and iOS. Everything is the latest version.
I am trying to use Firebase to add Push Notification functionality. I have been able to get this functioning for the Android App, but whatever I do seems to fail / not work for iOS.
I have tried using both Xamarin.Firebase.iOS.CloudMessaging and Plugin.FirebasePushNotification with the same result. Starting from a basic app created in Visual Studio, as soon as I add the basic code for the iOS project, the app stops working and just times out after 17 seconds with running any of the project code (no breakpoints are hit).
I also tried downloading this demo app https://github.com/jfversluis/XFFCMPushNotificationsSample. I created my versions of google-services.json (Android) and GoogleService-Info.plist (iOS). The Android app runs but the iOS app does not (times out after 17 seconds).
Having tried so many different samples, examples, options, etc - I am at a complete loss as to what the issue might be. The situation is not helped by me being new to App development & Xamarin Forms!
I appreciate that I haven't added any "I tried this" code, but I'm hoping someone can help me with debugging this. Visual Studio doesn't appear to show anything, can I get more helpful info from the iPhone?
Edit:
For iOS,
I have created a Key and enabled Apple Push Notifications.
I have uploaded the key to the iOS project in Firebase (Cloud Messaging).
I have downloaded the GoogleService-Info.plist file and added it to the iOS project in Visual Studio, and set it to BundleResource
I have enabled Push Notifications in Entitlements.plist
I have enabled Background Modes & Remote Notifications in Info.plist
I am using Automatic Provisioning
I have checked that Bundle Identifier is correct
I have added FirebaseAppDelegateProxyEnabled to info.plist
EDIT 2:
I have manged to get an error message, which happens during the call to
FirebasePushNotificationManager.Initialize(options, true);
{System.NullReferenceException: Object reference not set to an instance of an object.
at Plugin.FirebasePushNotification.FirebasePushNotificationManager.Initialize (Foundation.NSDictionary options, System.Boolean autoRegistration) [0x00029] in /Users/runner/runners/2.169.1/work/1/s/Plugin.FirebasePushNotification/FirebasePushNotificationManager.ios.cs:141
at MyApp.iOS.AppDelegate.FinishedLaunching (UIKit.UIApplication app, Foundation.NSDictionary options) [0x00014] in \MyKRing.iOS\AppDelegate.cs:34 }

React Native Firebase. Platform specific installation. Where to get bundle ID?

I am on the step of platform specific installation, iOS.
It is said in instructions:
A GoogleService-Info.plist file contains all of the information
required by the Firebase iOS SDK to connect to your Firebase project.
To automatically generate the plist file, follow the instructions on
the Firebase console to "Add Firebase to your app".
I enter the console and press "Add Firebase to my iOS app".
There I should enter some required iOS Bundle (packet) ID. It is said that I can see it in my xcode project. But I do not use xcode, I use react native. Where I can find this ID?
Open up your project under
projectroot/ios
Click your project from the folder menu, select your target and go the 'General' Tab.
Under there you will find the 'Bundler Identifier'.
I've figured out by myself what to do.
I've used react-native init projectname to create react native project.
In this case android project and ios project are created in root directory in android and ios folders respectively.
You need to open ios folder in Xcode and in General tab you can see the ID (as Brockify told; the only thing he didn't tell me - how to create ios project).

Visual Studio iOS ripple not reflecting app changes

iOS ripple interface does not get updated to the latest interface when rebuilding. Android and Windows does but iOS doesn't reflect changes made. i have cleaned both solution and project, deleted bld folder etc, nothing seems to make iOS ripple reflect app changes.
is there something i'm missing?
I've run into the same issue with Android. In order to get it working again, I did the same things you mentioned above and also, in the configuration manager, I set the platform to Android and confirmed that Deploy checkbox is selected for the platform.
what i did to get it to work was to go to my root projects and delete the ios folder in the platform folder. that forced apache cordova to rebuild and it showed me the latest app update

App icon in published projects

I am having difficulties in setting my app icon for my published app.
I am using smartface app studio 4.5 I have an individual license.
I have created the right sizes for the different drawable folders using asset studio. my icon is called icon.png is that the correct name?
would appreciate some assistance on this.
You have to create one more folder in resources android folder here is the example
After creating this folder add all the images in this folder as well then it will work.

Resources