Game showing leaderboard. User clicks on AppName LeaderBoard and then access the full LeaderBoard.Is there a way to show the second page with the list of friends and all players with scores directly?Please help.
Search results for
show when run
112,712 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
My pomo code link is showing offer already expired. I double checked that it isn't expiring until November 2021. Do I need to change a setting? Does it take time for the code to show active?
I encountered the same issue, but realized that even though it says ViewController is not in scope still if you go to the playground page and run, it would run playground just fine even with the error showing. I think this is some sort of bug of XCode.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags:
My iPhone (running iOS 10) is showing the correct day. But my Apple Watch is showinig yesterdays date. (ex. today Sunday the 17th on iPhone. Saturday 16th on Apple Watch. Anyone else has the same problem?
is there any limit for running apps on my
I have the same app running on both a child ipad and a parent iphone. On the child device, I enable screentime controls (via requestAuthorization(for:)). The on the parent device, I want to be able to monitor the child's apps, so I expect that when I display a FamilyActivityPicker, I would choose from the apps on the child iPad. But instead, when I show FamilyActivityPickeron the parent iPhone, it shows the apps on the parent iPhone and none of the apps on the child iPad. Are there additional configurations steps that I'm missing?
Topic:
App & System Services
SubTopic:
General
Xcode simulator does not show on my MacBook pro M1. I go to Applications, Xcode, right click, contents, Developer, Applications, and then double click on Simulator. It opens the app, it appears in the dock as open, but it does not show the phone I want to.
Can u give me tha run down im interested
For iOS, the replies will only show if your device is running iOS 10.3 or later. Not sure about Mac version tho.
Topic:
App Store Distribution & Marketing
SubTopic:
General
Tags:
Hello.I made some changes in xcode 7 to my app (i.e. name change for people, title change, etc.) When I build and run, the simulator won't show the new changes. I have tried everything that I have found on the Internet...clean, delete derived data, reset the simulator, delete the app from the simulator...nothing works. I have to get these changes in iTunes connect soon. My customer needs them. Can anyone help me?
Hi, ALL, I'm developing a software using C++/wxWidgets and I hit an interesting wall. Everytime I try to run it from inside Xcode I am experiencing a crash. However, when I try to run it from the Terminal, it executes OK. When I open the Debug Console in its output I see: 2023-01-26 08:47:02.755426-0600 dbhandler[55285:3097440] dynamic_cast error 1: Both of the following type_info's should have public visibility. At least one of them is hidden. 8wxWindow, 12DatabaseType. DatabaseType is a class I made in order to display the dialog and it is located in one of the dylib's my program uses. It does have public visibility, though. My question is - how do I make Xcode run my program successfully, so that I will be able to debug it on Mac? I am running OSX High Sierra 10.13.6 with Xcode 9.4.1. (Trying to find the cause I see that this error is found when the programs are running from Terminal. That is not the case here). Thank you.
Hello,I'm currently trying to run an app on Catalina, and I reach a state on Catalina where notifications stop showing entirely. The notifications in my app are managed by a separate XPC service, which uses the NSUserNotification class to create our notifications. However, when I first install it, I see the following message in the console logs:default 09:01:31.467209-0700 NotificationCenter Looking up app info for <xpc identifier>.error 09:01:31.474550-0700 NotificationCenter Failed to find <xpc identifier>. Will check again next time we get a message from app.After choosing to allow notifications from my app. Then, when I try to send myself notifications on the app, I see this:Denying message { message_type: 3, immediate: true, encoded_notification: <data: 0x7f8ffc51bf30>: { length = 1276 bytes, contents = 0x62706c6973743030d4010203040506070a58247665727369... },} from connection <LegacyConnection identifier: <xpc identifier>. type: Application>I know that cons
This one gave me a black screen - had to force power down. Now About This Mac shows the correct beta version, but the App Store doesn't show that I've installed the package and the package doesn't present itself to be installed. I have no idea what I'm running at this point.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Running an app on it's intended device, and coding that app to be able to get to that point are two different parts of the overall process. If you want to show someone how an iPad app works on an iPad, of course an iPad is best in that case, however, Apple's IDE/Xcode runs on macOS which runs on a Mac.
Topic:
Developer Tools & Services
SubTopic:
Developer Forums
Tags:
I am making a swift app supporting multi language ,showing proper language ui according user's phone setting language, I want to launch different screen (showing different image, boot-en.jpg, boot-ja.jpg) according language,i created two LaunchScreen files ,LaunchScreen-en.storyboard and LaunchScreen-ja.storyboard and localize them ,and add a different UIImage to them, then create two InfoPlist.strings file with congfiging .UILaunchStoryboardName = LaunchScreen_en; // UILaunchStoryboardName = LaunchScreen_ja;// and then **config info.plist ** with UILaunchStoryboardName LaunchScreen above all steps ,build and run,hope to see launch screen showing boot-ja.jpg when phone's language is Japanese, showing boot-en.jpg when phone's language is English, but it shows black screen, how to fix this problem, thank you.