Search results for

“show when run”

115,113 results found

Post

Replies

Boosts

Views

Activity

How can I prevent from showing Intent UI
Hello. I created multiple intents and then I would like to show Siri messaging UI for an intent instead of Intent UI.- Intent A: it shouldn’t have Intent UI and should be processed in the Siri messaging UI. - Intent B: it uses Intent UI.How can I prevent from showing Intent UI in accordance to an intent? Thanks.
1
0
717
Aug ’19
Terminal shows 0 identities found
Im trying to compile a free app from GitHub for personal use but i cant sign it since everytime im getting the same error 0 identities found. I have added my Apple ID to Xcode accounts, but in manage certificates, it shows status not in keychain. On keychain access > login, it doesn’t show any Apple dev certificate obviously, and when I run security find-identity in terminal, I get a 0 identities found, 0 valid identities found. I don’t know where to begin, every tutorial I find requires downloading a certificate from Apples Dev website but my account is a free developer, not paid. A few months ago I was able to compile this same app so I know I don’t need a paid dev account. Any help appreciated.
1
0
739
Jan ’25
Contact Us shows Error
The contact us page on apple developer is showing error and henceforth not able to contact the apple team also https://developer.apple.com/contact/app-store/?topic=expedite is not working showing no apps available which blocks us reaching to apple team for resolution. we are just waiting for an update to launch our new apps
2
0
85
Mar ’26
How can I show the menu bar
Dear All,I have a status bar app which can open its popover window even with hotkey if the menu bar is visible on the screen. If the menu bar is hidden, the popover window will open at the left bottom corner on the screen and not its own status bar position as I expected.Have any of you some idea that how can I show/unhide the menu bar when it is hidden? Or is there any other way to open NSpopover? As I know NSPopover needs a View, and in this case the view is hidden (NSStatuItemView is hidden with the menubar too).Thanks for your help.
Topic: UI Frameworks SubTopic: AppKit Tags:
0
0
320
Jan ’17
How to activate app's running instance
Hope my scenario is not weird. Here is the description:1. User runs my app.2. User hides my app completely (all windows are hidden) so that he/she has no way to accessing the app. (Dont' ask why, user requested this feature and I want to implement it.)3. Now user rerun my app and I want to use XPC to tell the running instance to show itself.It sounds very reasonable and I have done most of code. But it is blocked by macOS the system. It seems macOS controls only one instnace of an app can be running at the same time; second try to run the same app (in /Applications) simply does nothing - the app code does not even get executed so that my code in main.m won't have the change to communicate with XPC.I believe there must be a way to overcome this. Any suggestions will be appreciated. Thanks and Merry Xmas!
8
0
1.2k
Dec ’16
UIAlertView shows nothing
I'm trying to recieve data from a server to initialize my app. However sometimes due to the network problem I cannot recieve any data. So at this time, I need to show an alert and exit the app. Here's my code:override func viewDidLoad() { super.viewDidLoad() / var params = Dictionary<String, String>(); params[path] = /; let response = ApiRequest.get(ApiRequest.LIST_FOLDER, params: params); if (response?.objectForKey(succ) == nil) { self.presentViewController(UIAlertController.init(title: Network Error, message: No recieved data, preferredStyle: UIAlertControllerStyle.Alert), animated: true, completion: nil); abort(); } if (response?.objectForKey(succ) as! String == 0) { UIAlertView(title: Server Error, message: Unable to process the request, delegate: nil, cancelButtonTitle: Cancel).show(); abort(); } folderList = FolderList(folders: response?.objectForKey(msg) as! NSDictionary); }But actually no alert view was shown when no network connection. Anybody knows why this happened?PS: if I
Topic: UI Frameworks SubTopic: AppKit Tags:
4
0
541
Oct ’15
Developer Reply not showing
Last Thursday, I replied to a review but it still does not show in the App Store. I see the review, but no response. iTunes Connect shows the response but I don't see it in the store. I cannot tell if the reviewer received it either.I haven't responded to a review before. Is this normal? It is Wednesday today, six days later.
2
0
744
Dec ’17
Reply to Mail app and safari not working on 10.11.6 Beta (15G7b) update
I have the exact same issues as described. Mail doesn't show content.... Safari won't open a window at all....My App Store is blank after I do any of the first two things, but if I restart the iMac, it will then run the App Store....No OSX update showing though....
Replies
Boosts
Views
Activity
Jun ’16
How can I prevent from showing Intent UI
Hello. I created multiple intents and then I would like to show Siri messaging UI for an intent instead of Intent UI.- Intent A: it shouldn’t have Intent UI and should be processed in the Siri messaging UI. - Intent B: it uses Intent UI.How can I prevent from showing Intent UI in accordance to an intent? Thanks.
Replies
1
Boosts
0
Views
717
Activity
Aug ’19
How to show a live updates of view ?
How can playground or any app exec an swift code or show an update live of view that we are make? I want to know this because i want to build app that help you to build views without coding..so i want the same Features that used on swift playground and xcode that exec swift code and show update live of view.
Replies
4
Boosts
0
Views
2.8k
Activity
Feb ’22
Terminal shows 0 identities found
Im trying to compile a free app from GitHub for personal use but i cant sign it since everytime im getting the same error 0 identities found. I have added my Apple ID to Xcode accounts, but in manage certificates, it shows status not in keychain. On keychain access > login, it doesn’t show any Apple dev certificate obviously, and when I run security find-identity in terminal, I get a 0 identities found, 0 valid identities found. I don’t know where to begin, every tutorial I find requires downloading a certificate from Apples Dev website but my account is a free developer, not paid. A few months ago I was able to compile this same app so I know I don’t need a paid dev account. Any help appreciated.
Replies
1
Boosts
0
Views
739
Activity
Jan ’25
Contact Us shows Error
The contact us page on apple developer is showing error and henceforth not able to contact the apple team also https://developer.apple.com/contact/app-store/?topic=expedite is not working showing no apps available which blocks us reaching to apple team for resolution. we are just waiting for an update to launch our new apps
Replies
2
Boosts
0
Views
85
Activity
Mar ’26
How "Show in Finder" works in Xcode?
I want to add Show in Finder in my app that is similar to the one in Xcode. How do I do this using objc?
Replies
3
Boosts
0
Views
673
Activity
Mar ’23
Beta4: Watch shows unavailable in Xcode, yet shows paired in Devices. Any solution?
After installing Beta4 of Xcode, iOS 9 and WatchOS2, Xcode shows the watch as unavailable, yet lists it as paired under the devices window.Has anyone else seen this?Anyone havve any solution or suggestions?
Replies
5
Boosts
0
Views
1.5k
Activity
Jul ’15
iOS 17.1.1 NSMutableAttributedString show
NSMutableAttributedString append NSTextAttachment , and set paragraphStyle.alignment = .justified, will Show Overlap,Word overlap。
Replies
0
Boosts
0
Views
519
Activity
Nov ’23
Navigation Bar not showing in simulator in CollectionView
Hi Guys,I've got a collectionView tied to a navigation controller, and in my storyboard the navigation bar is showing just fine, but then when i run simulator it is not there at all. Constraints are holding the table view under the navbar. Any ideas?Thanks!Jewell
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
1
Boosts
0
Views
1.9k
Activity
Sep ’18
How can I show the menu bar
Dear All,I have a status bar app which can open its popover window even with hotkey if the menu bar is visible on the screen. If the menu bar is hidden, the popover window will open at the left bottom corner on the screen and not its own status bar position as I expected.Have any of you some idea that how can I show/unhide the menu bar when it is hidden? Or is there any other way to open NSpopover? As I know NSPopover needs a View, and in this case the view is hidden (NSStatuItemView is hidden with the menubar too).Thanks for your help.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
0
Boosts
0
Views
320
Activity
Jan ’17
How to activate app's running instance
Hope my scenario is not weird. Here is the description:1. User runs my app.2. User hides my app completely (all windows are hidden) so that he/she has no way to accessing the app. (Dont' ask why, user requested this feature and I want to implement it.)3. Now user rerun my app and I want to use XPC to tell the running instance to show itself.It sounds very reasonable and I have done most of code. But it is blocked by macOS the system. It seems macOS controls only one instnace of an app can be running at the same time; second try to run the same app (in /Applications) simply does nothing - the app code does not even get executed so that my code in main.m won't have the change to communicate with XPC.I believe there must be a way to overcome this. Any suggestions will be appreciated. Thanks and Merry Xmas!
Replies
8
Boosts
0
Views
1.2k
Activity
Dec ’16
beta 3 not showing up in App Store
I'm running beta 2 and beta 3 is not showing up. Tried restarting. Tried re-installing the beta utillity.
Replies
28
Boosts
0
Views
6.8k
Activity
Oct ’17
Is there any way to download Netflix movies or shows on macbook?
Hello hope you are good I want to ask a question related the use of Netflix on mac, I running my Netflix account on my own mac since last year but i am enable to download movies and shows, I follow various methods from google but i failed, can you help me related to my query. Thanks
Replies
0
Boosts
0
Views
420
Activity
Nov ’20
UIAlertView shows nothing
I'm trying to recieve data from a server to initialize my app. However sometimes due to the network problem I cannot recieve any data. So at this time, I need to show an alert and exit the app. Here's my code:override func viewDidLoad() { super.viewDidLoad() / var params = Dictionary<String, String>(); params[path] = /; let response = ApiRequest.get(ApiRequest.LIST_FOLDER, params: params); if (response?.objectForKey(succ) == nil) { self.presentViewController(UIAlertController.init(title: Network Error, message: No recieved data, preferredStyle: UIAlertControllerStyle.Alert), animated: true, completion: nil); abort(); } if (response?.objectForKey(succ) as! String == 0) { UIAlertView(title: Server Error, message: Unable to process the request, delegate: nil, cancelButtonTitle: Cancel).show(); abort(); } folderList = FolderList(folders: response?.objectForKey(msg) as! NSDictionary); }But actually no alert view was shown when no network connection. Anybody knows why this happened?PS: if I
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
4
Boosts
0
Views
541
Activity
Oct ’15
Developer Reply not showing
Last Thursday, I replied to a review but it still does not show in the App Store. I see the review, but no response. iTunes Connect shows the response but I don't see it in the store. I cannot tell if the reviewer received it either.I haven't responded to a review before. Is this normal? It is Wednesday today, six days later.
Replies
2
Boosts
0
Views
744
Activity
Dec ’17