Questions tagged [springboard]

Springboard, or Home Screen is the standard application that manages the iOS home screen. Other tasks include starting WindowServer, launching and bootstrapping applications and setting some of the device's settings on startup.

Springboard, or Home Screen is the standard application that manages the iOS home screen. Other tasks include starting WindowServer, launching and bootstrapping applications and setting some of the device's settings on startup.

129 questions
5
votes
2 answers

Significant delay launching app from Springboard

When I tap my app icon to launch it, it takes 0.5-1.0 seconds after the tap before the app actually opens from the Springboard - in other words, there's a significant delay between tapping the icon and the Springboard zooming into the app's launch…
bmueller
  • 2,681
  • 1
  • 27
  • 45
4
votes
1 answer

React Native: What controls number in red circle on app icon on iPhone screen?

When I have apps on my iPhone, if I've received a notification of something in that app, a red circle will appear on the top right of the app icon on my iPhone springboard. If I'm building a React Native app, what controls this number?
gkeenley
  • 6,088
  • 8
  • 54
  • 129
4
votes
0 answers

Prevent iOS Springboard from Caching previous versions of screens

We have an iOS app for which we've updated the UI and branding. If we produce a test build of the new app, and run it over the existing app (i.e. upgrading it), it runs fine. However, if we quickly press the home button to exit the app, and quickly…
Gaurav Sharma
  • 2,680
  • 3
  • 26
  • 36
4
votes
3 answers

Xcode 8 : The request to open bundle-id failed. SpringBoard was unable to service the request

I’m trying to run app on iPhone 7 Plus simulator (using Xcode 8.0) but fails by prompting an alert “The request to open bundle-id failed. SpringBoard was unable to service the request.” I’m getting this frequently (two times in three builds). The…
Jayprakash Dubey
  • 35,723
  • 18
  • 170
  • 177
4
votes
1 answer

Open Siri using private API's in iOS 8

I want to make an app that won't be released on the App Store. I want this app to open siri through private API's, basically inject a home button press and hold into the events queue. I have tried using GSEvent(GSSendEvent - Inject Touch Event iOS),…
virindh
  • 3,775
  • 3
  • 24
  • 49
4
votes
1 answer

How to monitoring App running in the foreground in iOS8?use the PrivateFrameworks SpringBoardServices

Everyone Great God!I really need help~ Before iOS8,I use the PrivateFrameworks SpringBoardServices monitoring the App running in foreground is fine. Like the following code: #define SPRINGBOARDPATH…
gary.zhan
  • 49
  • 1
  • 2
4
votes
2 answers

iOS event/notification for network activity up/down/off

I want a event/callback for my iOS app when the network activity goes from none to up (and the other way around). Similar to how Android does with onDataActivity(). I'm not talking about Reachability but when data actually starts or stops…
Sunkas
  • 9,542
  • 6
  • 62
  • 102
3
votes
2 answers

UIApplicationWillTerminate: NSNotificationCenter vs Application Delegate

This is just a theoretical question. It was born from a real problem in my app, but I re-designed the problem out of the application. But the question remains: If in my app delegate I write my singleton object to disk upon applicationWillTerminate:…
3
votes
1 answer

iPad App crashes only when it is launched manually (from springboard). Memory issue suspected

I have been trying to solve this problem for 2 days now and it is driving me crazy. When Xcode launches the app it works fine, but If I manually launch the app from Springboard it crashes. The console prints out this: Jan 20 15:26:29 unknown…
Chris
  • 101
  • 2
  • 9
3
votes
0 answers

Springboard like appearance without Three20 or Nimbus

I want to make a button launcher just like Springboard / Facebook / Google+. But, I don't want to: use Three20 - it looks perfect except for the horrid coding experience due to documentation. (I also wonder if it is abandonware, doubt it, but with…
Paul Cezanne
  • 8,629
  • 7
  • 59
  • 90
3
votes
1 answer

NSURLRequest hanging SpringBoard

I have a MobileSubstrate addon that hooks springboard (not in the actual objective c code, but with the plist). It contains a UIWebView, which loads a NSURLRequest. This NSURLRequest is here: NSString *urlAddress = @"http://www.google.com"; NSURL…
Eman yalpsid
  • 511
  • 1
  • 5
  • 8
3
votes
0 answers

iOS App is stuck at launch screen while Console showing: Attempting to create a breadcrumb action for a scene handle which already has one?

1.After downloading my app from TestFlight and then click it, or run from Xcode directly, the app is stuck on launch screen and cannot continue. 2.When connected with macOS, from the Console we can see some possibly related error in SpringBoard…
gang
  • 31
  • 2
3
votes
3 answers

Create springboard like main view

Is there some sample code, or an easy way, to implement an application with as its first view something like Springboard? What I am looking for is just a view with basic icons which after a tab on an icon tells the view-controller to push the view…
Luuk D. Jansen
  • 4,402
  • 8
  • 47
  • 90
3
votes
0 answers

NSURLSession sessionWithConfiguration blocks?

I have a request manager class that is initialized in applicationDidFinishLaunching:, and creates an NSURLSession like so: NSURLSessionConfiguration* config = [NSURLSessionConfiguration…
yano
  • 4,095
  • 3
  • 35
  • 68
3
votes
0 answers

Iphone 7 plus craches on application start With Springboard Error iOS 10

At application launch, my app is crashing with the following stack trace. The weird thing is, the app runs fine on any other iOS 10 device including the iPhone 7, but crashes on iPhone 7 Plus. The error looks to be in the new UserNotifications…
1
2
3
8 9