Search results for

show when run

112,803 results found

Post

Replies

Boosts

Views

Activity

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
183
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
326
Nov ’20
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
409
Jan ’22
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
203
Feb ’16
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
310
Sep ’15
Reply to MTKView Drawable Issue
Yeah me too. Running the Apple Metal BasicTexturing sample on an iPad Air 3rd Gen I see the `drawableSizeWillChange` method being called with the correct view size of 1668x2224 and then shortly afterwards with a size of 2965x1251.Glad it's not just me.EDIT: Reported error via Feedback Assistant.P.S. On a related note, any Metal developers here know why the same sample running on macOS 10.15 beta 7 shows the geometry to be broken (second image from GPU Frame Capture showing geometry)?
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’19
Reply to Run on iOS 17 with Xcode 13.2.1
The following article shows ways to get around your issue. https://www.swiftdevjournal.com/dealing-with-failed-to-prepare-device-for-development-error-message-in-xcode/ If the workarounds in that article don't work, you will need to find a device running an older version of iOS to run your project on your Mac.
Mar ’24
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
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