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
0
votes
1 answer

iOS 5.0.1: SpringBoard crashed after touching the push notification banner

I specified a custom sound about 20 seconds of my application push. When the push sound had been played for a long time (more than 15 seconds), I touched the banner of push notification, and the Springboard crashed.(Alert Style was set to…
chen
  • 1
0
votes
1 answer

iOS 5, SpringBoard, SBCallAlert Alternative

Anyone knows an alternative to the SBCallAlert.h within the iOS 5 headers? I need to know when an incoming call is received and do few actions before. I used to do it in iOS 4 with SBCallAlert, initWithCall. Appreciate any answer,
AZZADEEN
  • 1
  • 3
0
votes
3 answers

iPhone - Change icon of the app programmatically at runtime

I can read that changing the app icon programmatically at runtime is not possible, at least since iOS 3.0. But... I regulary can see on "App" websites apps that can put icons on the springboard. The first I remember is that kind of app that you give…
Oliver
  • 23,072
  • 33
  • 138
  • 230
0
votes
3 answers

Open iOS push notification from a UI Test

I've spent several hours trying every possible solution I've seen without success, I hope I have more luck asking directly. I'm using XCode 13.2.1 and I'm testing with an iPhone X (iOS 15.3.1). I want to make a XCTest that send a push notification…
Wonton
  • 1,033
  • 16
  • 33
0
votes
1 answer

Error launching remote program: SpringBoard is not running

When i try to load my app on iPhone device its getting crashed always with the below error Error launching remote program: SpringBoard is not running. Please help me to resolve it. Here are the device logs for your reference. Please let me know if…
0
votes
2 answers

Springboard dismiss keyboard

basically im making a springboard tweak and ive got a textfield with keyboard, when i click done on the keyboard i would like the keyboard to dismiss, ive tried - (BOOL)textFieldShouldReturn:(UITextField *)textField { [textField…
WIll
  • 1
0
votes
1 answer

thread question

I am hooked into SpringBoard method, i want to wait a certain event to happen and then continue my code, but whatever i try - i think it pauses the main thread and all threads stop then. My code is: +(void) startc { while([currentNumber…
Dimitar Marinov
  • 922
  • 6
  • 14
0
votes
1 answer

I can't open the ios emulator, how to fix it?

I can't open the iOS emulator, how to fix it? NB: I'm using Oracle VM VirtualBox.
0
votes
1 answer

SpringBoard slide down group view effect

How could I copy the slide down effect with the tail on the springboard which occurs when a 'appgroup' (collection of apps in one folder) is selected? It would be used to show a few buttons.
max_
  • 24,076
  • 39
  • 122
  • 211
0
votes
1 answer

How can I open camera from lockscreen on jailbroken device?

How can I open camera from lockscreen? [[UIApplication sharedApplication] launchApplicationWithIdentifier:@"com.apple.camera" suspended:NO]; it doesn't work, because device is locked.
0
votes
0 answers

How to get an events of device lock/unlock button in ios device without using non-public APIs?

I had already used non-public APIs such as Darvin's Notification and "com.apple.springboard.lockstate" of library for receiving device lock/unlock state. But Apple has rejected this app because it's using above non-public APIs. Is there any other…
0
votes
1 answer

Creating Custom Springboard and link to pages

I have created springboard on oracle maf which linked into AMX pages. I have followed the following link :https://docs.oracle.com/cd/E53569_01/tutorials/tut_jdev_maf_spring/tut_jdev_maf_spring.html However, I can't go into another link from…
0
votes
1 answer

iOS - Hide App icon From Springboard

The requirement is to hide the app from the springboard and access it from any other apps. And the hidden app should be shown in settings. I tried this in Info.plist: SBAppTags hidden It worked on the…
0
votes
0 answers

iOS Simulator Springboard Memory Leak

Did anyone experience huge memory leak with iOS Simulator lately? Every time I'm trying to run my app in the Simulator, I'm getting SpringBoard memory leaks like that. In an hour or so after that I'll have “Your system has run out of application…
lithium
  • 1,272
  • 1
  • 14
  • 28
0
votes
1 answer

Making A UIView like Apple's home screen

I am trying to make a View that acts like Apple's springboard (Where all the apps are) so I can swipe to the right or left and show another set of items. I'm mainly having issues with the constraints and getting all the icons to appear normally…
1 2 3
8 9