Search results for

“show when run”

115,124 results found

Post

Replies

Boosts

Views

Activity

Topshelf TVTopShelfCarouselItem title not showing
I would like for the topshelf TVTopShelfCarouselItem title and context title to show up when the topshelf shows up. Currently they are showing only after the user swipes up and then taps on the remote which shows all the UI, including the play button and more info button. Not showing the title results in the topshelf only showing an image (of a movie for example), and the user has no way of seeing the title until they interact with the UI. In Apple's TV app, the title is showing, in custom font, as soon as the topshelf is visible, while the app tray is still present. This is clearly a better user experience. Is there a way to do this or is this feature available only to Apple apps?
0
0
654
Dec ’20
Reply to Basic app intent always showing error in Shortcuts app "The action could not run because an internal error occurred."
Since when is it sufficient to add a declaration in code which is then automatically available outside of the app? Is the app intent's perform() code still running within the app? I think you're asking these questions from my prior statement: The purpose of the extension point is for intents that you expect to complete without a full app launch When I say full app launch there, what I actually mean is a foreground app launch that is visible to the user. An intent extension allows your code to run in the background, where your app may not have any UI to show, or only show a small piece of UI to show a result or provide status. These extensions run as dedicated process for your extension point, and are much lighter weight than the main app's process. (This is broadly true for the entire set of extension points available on the system, this is not specific to App Intents extensions.) That means your code is still running in your app, as the intent ex
Topic: App & System Services SubTopic: General Tags:
Jan ’25
selectively show UITableViewRowAction with unexpected behaviour
Hi there. Just wondering whether the behaviour I'm running into working with table views is a bug or I'm missing something in my implementation.I have an app where I want to selectively apply custom row actions, where an Undo action will only appear for cells who have had their values modified today.Rough code from the editActionsForRowAtIndexPath method follows:if amt > 0 { let undo = UITableViewRowAction(style: .Normal, title: Undo, handler: { action, index in // stuff happens here }) return [undo] } else { return [] }What happens is that if I swipe on one of the cells that should be valid (i.e. amt > 0) the Undo action correctly shows up. When I swipe on a row where the value of amt is equal to 0, it correctly shows no Undo action (small bounce one the swipe action but no options). From then on, the swipe action fails to work on any of the table rows until I reload the app, with not even the small bounce which I see initially for rows for which Undo should not be an option.
Topic: UI Frameworks SubTopic: UIKit Tags:
0
0
207
Feb ’16
My app is not showing in appstore
My app is not showing on iPhone lower than version 13 on Appstore. iPhone with version 13 shows the app availability on App Store. This is my development report. Minimum deployment version is 11 on Xcode. [✓] Flutter (Channel stable, 2.8.1, on macOS 12.1 21C52 darwin-x64, locale en-US) [✓] Android toolchain - develop for Android devices (Android SDK version 32.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 13.2.1) [✓] Chrome - develop for the web [✓] Android Studio (version 2020.3) [✓] VS Code (version 1.63.2) [✓] Connected device (1 available)
0
0
430
Jan ’22
App randomly showing on apple store
Hi, Our app successfully passed Apple verification steps and started to show on the Apple store Friday. All day friday the app showed and I can see from the ananlytics there was 62 download but then since Saturday the app randomly show on the apple store and no downloads. if I type videoelephant tv which is our app sometime it shows as normal while other times it doesn't or show other apps first in the results... This is most bizarre and seems to be an issue on Apple side. Has any of you experienced the same issue? I have logged a support case with Apple but no news so far. Any help appreciated.
1
0
189
Sep ’20
Big Sur - Tv monitor only shows Desktop
I have a tv monitor attached to my macbook via hdmi. This was working perfectly until the upgrade. Now, when I link up the tv, it only shows the desktop but none of the apps I am running (Safari, Zwift, Music) although they are showing on the laptop. If I click on system preferences, this opens on the tv but the pointer isnt present on the tv. How do I get the TV to mirror what is on the screen and volume like before?
0
0
333
Nov ’20
MapKit JS not showing annotation title in WKWebview
I have an Ionic App which makes my map run in all browsers. It runs in Safari, Chrome, Android Native (Web View for Android), and iOS Native (WKWebview). However, in iOS and and Android Native (Not running Safari/Chrome to go to a website) the titles for annotations aren't shown below the MarkerAnnotation. They are shown for everything else. Any idea why?Safari vs. WKWebView (I'm not sure why the images aren't showing)
2
0
1.5k
Feb ’19
iOS 9 Beta 5- Calendar Privacy Access Alert not showing up on iPhone but is showing up on simulator
I'm having trouble trying to get my watchkit app to access the calendar. Before, when my phone was running ios 9 beta 3, I would get an alert asking for the app to access the calendar. Now in ios 9 beta 5, the same exact project won't create the privacy alert, so my app can't access the calendar.Specifically this is my code (this is in my watchkit app)if ([store respondsToSelector:@selector(requestAccessToEntityType:completion:)]) { NSLog(@Monkey); [store requestAccessToEntityType:EKEntityTypeEvent completion:^(BOOL granted, NSError *error) { NSLog(@Banana); /* more code here */ } }Essentially the app now only logs Monkey, but in ios 9 Beta 3 the app would log both Monkey and Banana. Basically the app is refusing to run anything in the block[store requestAccessToEntityType:EKEntityTypeEvent completion:^(BOOL granted, NSError *error)Using breakpoints, the app just skips anything inside the block and the app continues to run. According to the documents I need this code when the app tr
1
0
320
Sep ’15
Showing nearby WiFi devices in your application
We are working on a hardware device which will be used as a standalone device with only a wifi connection for servicing. We would like to show all nearby devices in our service application running on iOS and allow the service engineer to connect to it from within the application (so without leaving the application) As I understand correctly the only way this can be done is supporting the Wireless Accessory Configuration (WAC) by joining the MFi program. Before making our hardware MFi ready I would like to know if my assumptions are correct and there is no alternative API which can be used instead. thanks in advance for your answers, Niels
6
0
1.6k
Mar ’22
Topshelf TVTopShelfCarouselItem title not showing
I would like for the topshelf TVTopShelfCarouselItem title and context title to show up when the topshelf shows up. Currently they are showing only after the user swipes up and then taps on the remote which shows all the UI, including the play button and more info button. Not showing the title results in the topshelf only showing an image (of a movie for example), and the user has no way of seeing the title until they interact with the UI. In Apple's TV app, the title is showing, in custom font, as soon as the topshelf is visible, while the app tray is still present. This is clearly a better user experience. Is there a way to do this or is this feature available only to Apple apps?
Replies
0
Boosts
0
Views
654
Activity
Dec ’20
Show device's provisioning profiles
In Xcode's (version 16.1) Devices and Simulators window pressing the device's context menu item Show Provisioning Profiles... does nothing: no new window, no message, nothing. How can I fix this?
Replies
8
Boosts
0
Views
1.2k
Activity
Nov ’24
Reply to Basic app intent always showing error in Shortcuts app "The action could not run because an internal error occurred."
Since when is it sufficient to add a declaration in code which is then automatically available outside of the app? Is the app intent's perform() code still running within the app? I think you're asking these questions from my prior statement: The purpose of the extension point is for intents that you expect to complete without a full app launch When I say full app launch there, what I actually mean is a foreground app launch that is visible to the user. An intent extension allows your code to run in the background, where your app may not have any UI to show, or only show a small piece of UI to show a result or provide status. These extensions run as dedicated process for your extension point, and are much lighter weight than the main app's process. (This is broadly true for the entire set of extension points available on the system, this is not specific to App Intents extensions.) That means your code is still running in your app, as the intent ex
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’25
iPhone shows as "ineligible" in Xcode
My iPhone 6 shows as ineligible in Xcode as a build target for my personal app. I have it enrolled in the iOS 9 Beta Software testing program and have that profile installed. Is that what's preventing me from using it?
Replies
2
Boosts
0
Views
1.7k
Activity
Oct ’15
opengl showing blank window
I had a working version of opengl code that works correctly on macOS 10.13.6 but has stopped working 10.14. The code simply shows me a blank screen. Is it because the opengl api have started to be marked deprecated.
Replies
1
Boosts
0
Views
1k
Activity
Sep ’18
selectively show UITableViewRowAction with unexpected behaviour
Hi there. Just wondering whether the behaviour I'm running into working with table views is a bug or I'm missing something in my implementation.I have an app where I want to selectively apply custom row actions, where an Undo action will only appear for cells who have had their values modified today.Rough code from the editActionsForRowAtIndexPath method follows:if amt > 0 { let undo = UITableViewRowAction(style: .Normal, title: Undo, handler: { action, index in // stuff happens here }) return [undo] } else { return [] }What happens is that if I swipe on one of the cells that should be valid (i.e. amt > 0) the Undo action correctly shows up. When I swipe on a row where the value of amt is equal to 0, it correctly shows no Undo action (small bounce one the swipe action but no options). From then on, the swipe action fails to work on any of the table rows until I reload the app, with not even the small bounce which I see initially for rows for which Undo should not be an option.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
0
Boosts
0
Views
207
Activity
Feb ’16
when the download button show update
i find a question, when i update a new version app on the app store, The download button on the app store does not prompt for an update,I want to know how to show the update on the appstore.
Replies
2
Boosts
0
Views
567
Activity
Jan ’18
My app is not showing in appstore
My app is not showing on iPhone lower than version 13 on Appstore. iPhone with version 13 shows the app availability on App Store. This is my development report. Minimum deployment version is 11 on Xcode. [✓] Flutter (Channel stable, 2.8.1, on macOS 12.1 21C52 darwin-x64, locale en-US) [✓] Android toolchain - develop for Android devices (Android SDK version 32.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 13.2.1) [✓] Chrome - develop for the web [✓] Android Studio (version 2020.3) [✓] VS Code (version 1.63.2) [✓] Connected device (1 available)
Replies
0
Boosts
0
Views
430
Activity
Jan ’22
App randomly showing on apple store
Hi, Our app successfully passed Apple verification steps and started to show on the Apple store Friday. All day friday the app showed and I can see from the ananlytics there was 62 download but then since Saturday the app randomly show on the apple store and no downloads. if I type videoelephant tv which is our app sometime it shows as normal while other times it doesn't or show other apps first in the results... This is most bizarre and seems to be an issue on Apple side. Has any of you experienced the same issue? I have logged a support case with Apple but no news so far. Any help appreciated.
Replies
1
Boosts
0
Views
189
Activity
Sep ’20
Big Sur - Tv monitor only shows Desktop
I have a tv monitor attached to my macbook via hdmi. This was working perfectly until the upgrade. Now, when I link up the tv, it only shows the desktop but none of the apps I am running (Safari, Zwift, Music) although they are showing on the laptop. If I click on system preferences, this opens on the tv but the pointer isnt present on the tv. How do I get the TV to mirror what is on the screen and volume like before?
Replies
0
Boosts
0
Views
333
Activity
Nov ’20
MapKit JS not showing annotation title in WKWebview
I have an Ionic App which makes my map run in all browsers. It runs in Safari, Chrome, Android Native (Web View for Android), and iOS Native (WKWebview). However, in iOS and and Android Native (Not running Safari/Chrome to go to a website) the titles for annotations aren't shown below the MarkerAnnotation. They are shown for everything else. Any idea why?Safari vs. WKWebView (I'm not sure why the images aren't showing)
Replies
2
Boosts
0
Views
1.5k
Activity
Feb ’19
How to show the Now Playing Tab in CarPlay?
I'm working on an app that will support CarPlay.It's an audio app.I'm able to show 2 tabs (favourite and recommended) though I just don't know how to show the Now Playing Tab. I just cannot find any info regarding this. Do I have to manually show it, and the, how do I push? Do I have to do it manually? If so, what's the viewcontroller?
Replies
2
Boosts
0
Views
1.5k
Activity
Mar ’18
iOS 9 Beta 5- Calendar Privacy Access Alert not showing up on iPhone but is showing up on simulator
I'm having trouble trying to get my watchkit app to access the calendar. Before, when my phone was running ios 9 beta 3, I would get an alert asking for the app to access the calendar. Now in ios 9 beta 5, the same exact project won't create the privacy alert, so my app can't access the calendar.Specifically this is my code (this is in my watchkit app)if ([store respondsToSelector:@selector(requestAccessToEntityType:completion:)]) { NSLog(@Monkey); [store requestAccessToEntityType:EKEntityTypeEvent completion:^(BOOL granted, NSError *error) { NSLog(@Banana); /* more code here */ } }Essentially the app now only logs Monkey, but in ios 9 Beta 3 the app would log both Monkey and Banana. Basically the app is refusing to run anything in the block[store requestAccessToEntityType:EKEntityTypeEvent completion:^(BOOL granted, NSError *error)Using breakpoints, the app just skips anything inside the block and the app continues to run. According to the documents I need this code when the app tr
Replies
1
Boosts
0
Views
320
Activity
Sep ’15
Showing nearby WiFi devices in your application
We are working on a hardware device which will be used as a standalone device with only a wifi connection for servicing. We would like to show all nearby devices in our service application running on iOS and allow the service engineer to connect to it from within the application (so without leaving the application) As I understand correctly the only way this can be done is supporting the Wireless Accessory Configuration (WAC) by joining the MFi program. Before making our hardware MFi ready I would like to know if my assumptions are correct and there is no alternative API which can be used instead. thanks in advance for your answers, Niels
Replies
6
Boosts
0
Views
1.6k
Activity
Mar ’22
Consuming a lot of memory, when XCUITest runs
Hi I test our enterprise app with XCUITest I faced issue that consuming a lot of memory, when UI testing runs. it consumes 270GB on Simulator, I can't test it on Real device(it shows message that needs more memory) How I can solve this issue?
Replies
0
Boosts
0
Views
405
Activity
Sep ’20