Questions tagged [ios-app-suspended-state]
9 questions
110
votes
4 answers
Behaviour for significant change location API when terminated/suspended?
This is the section from the CLLocationManager documentation describing the app behavior with startMonitoringSignificantLocationChanges:
If you start this service and your
application is subsequently
terminated, the system automatically
…

RedBlueThing
- 42,006
- 17
- 96
- 122
2
votes
1 answer
In Swift, should short-lived access token need to be stored in keychain?
Almost all answers about access token says you need to store it in keychain, however the access token I am implementing is only valid for 5 minutes after a user login.
The access token is returned by the login API.
Right now the implementation is it…

James Reed
- 21
- 2
1
vote
1 answer
How to wake iOS device from suspended app state?
I'm currently trying to create a Flutter application that can vibrate users at a specific (not known) time caused by another user. My solution for the Android version was to enable push notifications using Firebase Cloud Messaging while also…

jstoe
- 137
- 1
- 1
- 6
0
votes
1 answer
NWListener udp get suspended when click on button home device
I'm receiving on my application from server everything works fine, but when i click on button home the application stop receiving data (not locking screen tablet)
self.udpListener = try NWListener(using: .udp, on: 51361 )
…

tamtoum1987
- 1,957
- 3
- 27
- 56
0
votes
0 answers
Your project My First Project is being suspended for repeatedly violating our Google Cloud Platform Terms of Service or Acceptable Use Policy
How can i solve this issue?
I done two way authentication for security purpose
make communication between two instances using private Ip.
I even tried to reach support team to get the solution. he provide a link to get support from tech team. but i…
0
votes
1 answer
How to make WKWebView Execute javascript methods when going to background?
I'm trying to integrate PayU payment services in my app. All is done in WKWebview. The user hits the payment button, web view pops up and in the web view the payU service is loaded. All works fine.
The problem appears when the user gets notification…

aleksy.t
- 267
- 2
- 18
0
votes
0 answers
iOS App going in suspended state in background when network is down despite the audio background mode is set
My app is an audio streaming app and else has the audio background mode is enabled.
When the app is in background streaming audio and the network is dropping, my app finally goes in suspended state after less than about 30 secondes after the network…

htan
- 333
- 1
- 9
0
votes
1 answer
What's the difference between cold launch, warm launch?
Are these terms defined by Apple? Does cold mean app was killed. And warm means app was in memory?

mfaani
- 33,269
- 19
- 164
- 293
0
votes
0 answers
Any method to wakeup application from suspended state to background every 5 - 10 mins
I am working on project where I have to track user location, I am using background modes to get location in background but when application is in background and user turns off his location then I have to tell server "Location is turned off" and…

hassan masood
- 17
- 4