Why does my access point (Game Center) does not show except for the first time I open the app? My code: func showMainMenu() { GKAccessPoint.shared.location = .topLeading GKAccessPoint.shared.showHighlights = true GKAccessPoint.shared.isActive = true }
Search results for
show when run
112,800 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I am using an application which has a log in screenAfter a successful login i move into an inner screen and there it appears the auto save password dialogIf moving the application to background, while this dialog is appearing without closing it,the next time we come back to application (return to foreground) ,we will not see the keyboard when entering an input text field.Keyboard will not appear until next running of the application
1. I can run the wathApp and notification-watchApp on simulator directly..but i cant run these on real device.2. When i run the application on iphone, the watchApp installs on watch, but the notifications which i have designed in interface builder, does not show. The watch shows its default design for notifications. Any body can help, it will be apreciated.thankx
Hi, when I log in on my dashboard CloudKit doesn't show any statitics (USAGE section).Message is: CAN'T LOAD USAGE INFORMATION BECAUSE OF A SERVER ERROR.How can I fix this problem?
PKAddPassButton shows unlocalised title when I run the app on real device with iOS 16. The title is shown as ADD_PASS_BUTTON_TITLE. It's correct if I run the same build on simulator (I see the title as Add to Apple Wallet) and also physical device with iOS 15. But wrong title on iOS 16. Does anyone know what the reason could be?
Hi all, I am trying to understand how to show the AirPlay menu in SwiftUI. My goal is to show the AirPlay menu, the same one displayed in the music app, but programmatically from a SwiftUI Button. I was able to display the AirPlay menu using UIViewRepresentable and MPVolumeView, but that does not show the currently active AirPlay speakers (no checkmarks). So how can I: Show the AirPlay button from a custom SwiftUI button? Show the same AirPlay menu as the one in the Music app, with preselected active speaker?
Hi everyone,I set my app to Puzzle and then Board (secondary) but when I released for sale it shows Board for the primary category. How can I go about getting that fixed? Any ideas on why and how that could happen?Thanks.
This is on Xcode Version 7.3.1 (7D1014) on OS X 10.11.5 (15F34), target is an iOS application, built for iOS 9.I have an audio application in which I cannot manage to show the cover art in Now Playing lock screen.I can show a static image and other information but I'm not able to show the real album cover. Code below works correctly (a 512x512 image is displayed: NSMutableDictionary __block *mpInfo = [[NSMutableDictionary alloc] initWithDictionary:[[MPNowPlayingInfoCenter defaultCenter] nowPlayingInfo]]; mpInfo[MPMediaItemPropertyArtist] = currentSong.artist; mpInfo[MPMediaItemPropertyTitle] = currentSong.title; if([[RP4RadioManager sharedManager] isPlaying]) { mpInfo[MPNowPlayingInfoPropertyPlaybackRate] = @(1.0); } else { mpInfo[MPNowPlayingInfoPropertyPlaybackRate] = @(0.0); } mpInfo[MPMediaItemPropertyPlaybackDuration] = @([currentSong.duration doubleValue] / 1000.0); mpInfo[MPNowPlayingInfoPropertyElapsedPlaybackTime] = @(0); mpInfo[MPMediaItemPropertyArtwork] = [[MPMediaItemAr
According to the 2021 WWDC video “Meet Shortcuts for macOS”, all I have to do is add the Intents file to my application, build it, and immediately the actions will be available in Shortcuts/Mac. This is most definitely not my experience, I've added the Intents file, configured some intents, and build my application, but nothing shows up in Shortcuts. So clearly I am missing something. My Application is an Objective C++ app, designed to run in the background (Keyboard Maestro Engine), and I'm trying to add some Shortcut actions to it, but I have had no luck getting them to appear at all. Any suggestions on what to try or what more I need to do to get them to show up?
When I add those lines to the main() function and run the project on a tvOS simulator from Xcode, it prints test1 to the Xcode console, and then nothing else happens. The program that was being run just ends, the simulator shows the main menu after a while (as is normal when an application crashes), and Xcode shows absolutely nothing. The top bar of Xcode says Finished running (this project) on Apple TV, and there is no other reaction. The debugger does not start, nor is the line where the crash happens highlighted.If I build the project for iOS, and run it on an iOS simulator, then it prints that test1 to the console, and the debugger starts as it should, highlighting the offending line with a message Thread 1: EXC_BAD_ACCESS (code=1, address=0x0). I can write commands into the debugger (such as bt), and it works fine.As commented earlier, this is probably something related to my particular setup, because when the same project is run on a coworke
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
HiToday I signed an app, so people who use my app, wont get a pop-up about an unidentified developer.The app used to run without any problems, if you just press'ed run anyway, when the pop-up show. But now that I have signed the app, it wont run at all. The icon just keep bouncing and then after some time say that the application wont respond.I have developed the app in Qt and have used this to sign the applicatio:codesign --force --verify --verbose --sign My Developer ID ./MyApp.appfind MyApp.app -name *.dylib | xargs -I $ codesign --force --verify --verbose --sign My Developer ID $find MyApp.app -name Qt* -type f | xargs -I $ codesign --force --verify --verbose --sign My Developer ID $*I have changed the Developer Id and the AppNameThe App is a Mac app that should be able to download from the internet and not from App Store.Hope someone can help me.Thanks in advance.
We have 2 targets in our app, one for watch os1 and another for watch os2.I'm on Xcode 7, beta 6.I can't find a way to get the watch os1 target to actually run on the simulator.I need to be able to test with the combination of an iPhone running iOS 8 and an Apple Watch running watch os1, because not everyone who gets our app update will have iOS 9. Here is what I've tried:1. Tried the old way of testing watch os1. i.e. I started the iOS app on an iPhone 8.4 simulator and then attempted to show the watch as an external display. This doesn't work any more. Apple Watch devices no longer show as external displays in Xcode 7, as far as I can tell (and also based on some forum posts I saw).2. Attempted to install a combo simulator in the Devices panel, meaning an iPhone running iOS 8.4, paired to an Apple Watch. However, as soon as I change the iPhone from iOS 9 to iOS 8.4, the ability to pair it to a device is grayed out.3. Attempted to run the watch o
On Xcode 8.3.2, I see lots of leaks when running my mac app, which previously showed no leaks in an older version.Calls to things like addSubview:, basic API use are showing leaks everywhere. I hope these are false positives. Even if they are not, there's nothing I can do about these, but it does make for tracking down leaks I can do something about harder.
not showing app in itunes connect testflight ios builds but showing in activity
Hey,the Beta 8 from Today have a strange bug.My Contacts showing 4 times Birthdays in Calendar.I Cannot get rip off it. Anyone else see this, too?