Application close when click home button - Xamarin iOS - xamarin.forms

I have written a Xamarin forms application which is run on both iOS and Android platforms. In iOS when i click "Home" button Application is closing instead of going back ground. When i open the application again it will start from the beginning. It doesn't open the application from where i left.
Normally in iOS applications, when we click home button it will save the application state and goes to back ground. When we open the application again, it will open the last screen where we left. As per my knowledge, Normally we don't need to handle this in native iOS application which is developed by Xcode.
I didn't change any codes in App.xaml or AppDelegate. Kindly hope advice on this to solve this issue.

Related

Can not run Multitask in Tizen TV Web App

I implemented the Multitask functionality in Config.xml and in my js.
I noted that Multitask functionality does not Work in my TV Web App program, because every time the App is opened, even after open another app, the Javascript code and the App is restarted.
My Multitask only Works when I enable the Background Support, but Samsung seller site says that only Apps Allowed by Samsung can use the background-support enable.
Resume: i AM unable to run Multitask in TV Web Apps, since Javascript is allwais restarted after open Web Apps.
Please Help.

Test dynamic link on iOS without publishing first to the app store

My flutter project is using firebase_dynamic_link package. I followed the instruction to register both my android and ios app on the firebase console without any problem. I've tested it out on android and it's working fine, opening the app I have running.
On iOS, I was expecting it to open the app I have running on it, instead I just get redirected to a preview page link.
Is it not opening my ios app because :
It's not yet published on the app store ?
Or is it because of an error in setup?
You can disable it in Firebase Console when you create/edit the dynamic link.

IBM Worklight : Flow of sample Push Notification project seems wrong on windows phone

I am running the sample push notification hybrid project provided by IBM in windows phone environment. When the app starts, the screen with the four buttons loads up first. Is this the normal flow for the app or should the login page load first followed by the page with the four buttons ? I didn't face this issue while working on android environment.
The sample application for push notification does not come by default with the Windows environment. It comes with the Android environment.
To force the application to start with a login screen also on Windows you'll want to protect the application with a security test.
Open application-descriptor.xml, find the Windows environment element and add the following attribute: securityTest="your-custom-securitytest-name" (like the Android environment).

How to stop/close SignalR service

I just upgrade from VS2010 express to VS2013 express and open my project.
I found the SignalR is running but I don't need it.Firebug is filling with SignalR message.I take long time to search how to stop/close it,but I can't find it.
On your toolbar in between the debug and the browser choice there is a button called browser link - click it and de-select the "Enable browser link" and you should be good to go...

Record button in Instrument enabled for simulator but disabled for device

I am using Instrument 4.0
Xcode 4.0.2
I used to be able to click record button to profile my app on my devices.
But now, it only works for simulator, but not for device!
the record button is disabled when i connect my ipad to profile my app on it...

Resources