Questions tagged [fast-app-switching]
27 questions
0
votes
1 answer
Fast app switching, what do I need?
My App works fine without the multitasking support.
But when I activate it in the info.plist, then it crashes every time I pushed something on the navigationController and hit the home button, came back to the app and used the navigationController…

Binarian
- 12,296
- 8
- 53
- 84
0
votes
1 answer
Trying to switch out of my app and into settings, but it seems to boomerang back...sort of
So I'm using the following line of code to switch to Settings when I have a CKErrorCode.NotAuthenticated issue:
let url = NSURL(string: UIApplicationOpenSettingsURLString)
let result = UIApplication.sharedApplication().openURL(url)
I'll show the…

Mercutio
- 1,152
- 1
- 14
- 33
0
votes
1 answer
Swift IOS Facebook Login Fast-App-Switch
Im a swift beginner and have already implemented FB login for IOS. I was wondering how to do it with Fast-App-Switching and staying on the App without moving to Facebook login form.
Heres my code for the ViewController.swift handling FB…

mding5692
- 806
- 1
- 10
- 34
0
votes
1 answer
App to App Switch - Back to Launcher App
It is now a common practice to show a band at the top of the application to allow users to switch back to the application which launched the current foreground app. We can see the bar in Facebook Messenger when launched from main Facebook app, in…

Anindya Sengupta
- 2,539
- 2
- 21
- 27
0
votes
1 answer
Application not switches to Safari and not responding
WorkGround
iPad - Landscap application.
OS Version - iOS 7.0.1
I have a UIButton which is added in UITableViewCell. On its tap it's suppose to open a URL in Safari.
NSURL *openURL = [NSURL URLWithString:@"http://google.com"];
if ([[UIApplication…

Kampai
- 22,848
- 21
- 95
- 95
0
votes
1 answer
SuspensionManager in Windows Universal Apps doesn't do anything on fast app switching
I'm having troubles understanding how can I execute code when doing fast app switching (i.e. pressing the Windows/Start button to show Start screen on the Phone emulator, and then pressing the Back button to go back into the app).
To simplify the…

irodrisa
- 57
- 1
- 7
0
votes
1 answer
WP8 Fast App Resume with Asynchronous methods
In my windows phone 8 app i am using asynchronous methods to retrieve data from server.
After implementing Fast App Resume functionality another problem rose for me. The asynchronous method that retrieves data from server throws the exception of…

LojiSmith
- 282
- 3
- 20
0
votes
1 answer
Return to Media Player on BackButton press - Windows Phone
I am developing a Windows Phone 8 app in which I utilize the MediaPlayerLauncher to play a short video.
If the user switches away from the app (e.g. by pressing the Windows button) while playing the video, and then presses the back button, the user…

Emiswelt
- 3,909
- 1
- 38
- 56
0
votes
1 answer
Windows Phone 8 - Disable Fast App Switching (FAS) after 15 minutes
I am building a Windows Phone 8 app for the financial sector. As it contains sensitive information such as credit card numbers, I need a 15 minute timeout on the Fast App Switching, i.e. if a user "suspends" the app and hits the Back button to get…

odinel
- 566
- 1
- 5
- 28
0
votes
1 answer
How can I change application's image when it is in fast-app-switching in Windows Phone?
I want to change image that my application's screenshot when it is in background.
I don't want to show my application's screenshot when it is in app-switching. I want to change it and put an image, how can I do it?
Thanks.

Tugrul Emre Atalay
- 918
- 1
- 9
- 28
0
votes
1 answer
Distinguish between page navigation and fast app switch on WP8
To dispose and re-create resources, I have to distinguish between navigation to another page of the application and a fast app switch.
How could I accomplish this? Which events do I have to use to do this task correctly?
The application is a XAML…

Emiswelt
- 3,909
- 1
- 38
- 56
0
votes
0 answers
Fast app switching in wp8
How can i test whether or not fast app switching has been implemented well in my windows phone 8 app?
I just added "Activation Policy=Resume " in my WPAppMamifest.xml file. Is it enough?
I want Fast app switching and not fast app resume

varunhisaria
- 23
- 6