Post

Replies

Boosts

Views

Activity

app creation create error after previous developer rejection
I am not able to distribute to App Store version 3.0 of my app. I have two previous versions 1.0 and 2 the first was processed and second I rejected so is set to Developer Rejected. I had tried to distribute a later build to version2 and thought this error message was because of my Developer Rejection. How do I distribute my version 3.0? Surely I do not have to change the app name for a version update!
2
0
679
Mar ’23
what is the best debug breakpoint for launchscreen
I am having difficulty with launchscreen and would like to debug it so what is the best breakpoint I can use. I am assuming it would be in apple code as there is no view controller code in my app for this screen. In Xcode I select the screen and start assistant which puts me into the apple code UIViewController.h Is the where I should be doing this?
0
0
348
Jan ’23
Navigation bar zPosition
When I run my app on simulator 6s iOS 14.0 my mouse sprite goes underneath the Navigation Bar so its hidden but on iOS 15.5 in shows it in view. (mouse tail shows as it turns round) Anyone any ideas on how to fix this? https://www.icloud.com/iclouddrive/04a5OENJKCav54go_27q2PqXg#Simulator_Screen_Recording_-_iPhone_6s_14.0_-_2022-12-13_at_09.45 https://www.icloud.com/iclouddrive/033l20eJCoWeOHp56576nFb0Q#Simulator_Screen_Recording_-_iPhone_6s_15.5_-_2022-12-13_at_09.47
0
0
288
Dec ’22
does a launch screen need a view controller?
I added a launchscreen which contains an image of my main screen but I do not see it displayed at startup as I expected. In Xcode I have a warning that launchscreen viewcontroller does not have an entry point. I am not surprised as one created has not been created. Is this lack of a view controller what is causing the launchscreen to not be displayed. If so how do I create one and assign to to the launchscreen and do I need to change any of the code in it and if so what?
2
0
976
Dec ’22
What devices should I take screenshots for iPhone iPad iOS 14
Web Search give me 14 devices (10 iPhone and 4 iPad) that can run iOS 14.0 which is what my app is implemented for. The App Store only gives me 10 slots for screenshots so which devices should I drop from this list iPhone 6S & 6S Plus. iPhone SE (1st generation) iPhone 7 & 7 Plus. iPhone 8 & 8 Plus. iPhone X. iPhone XS & XS Max. iPhone XR. All iPad Pro models. iPad (7th generation) iPad (6th generation) iPad (5th generation) iPad mini 4 and 5. iPad Air (3rd & 4th generation) iPad Air 2.
1
0
488
Nov ’22
my scene is not scaling
In my ViewController the code I have             if let myScene = SKScene(fileNamed: "GameScene") {                              // Set the scale mode to scale to fit the window                 myScene.backgroundColor = UIColor.gray                 myScene.scaleMode = .resizeFill my scene file looks like this in xcode my scene in simulator looks like this I have tried aspect fit and fill. Anyone any hints for me?
0
0
280
Sep ’22
where to download ios 14.5 for iphone 6s
I am developing an app based on iOS 14.5 and have a 6s with 14.4.1 and want to update it to 14.5 to complete my build and test before upload but cannot find an option on the phone so where can I download it from? I have tried settings, software update but that only offers 15.4 I have tried iTunes but same problem. I have tried searching in apple downloads. I am stuck and would like some help. Please.
1
0
1.8k
Mar ’22
view controller unreachable. tried segue and instantiate
I am trying to complete my App for upload but cannot do the Archive which I believe is because of the warning I have for one of my view controllers. I am using a segue for a button in my main view controller to transfer to my game view controller and that works ok in testing but I do not seem to be able to remove this warning. I have tried using Clean and replacing the segue with code to instantiate the view controller and present it and that works in testing but still the warning persists. I have attached some screen shots. Can someone please give me a hint as to how I can get rid of this warning.
1
0
715
Mar ’22