Map tiles don't load in Xcode 7.3 Watch Simulator - ios

This seems to be a known issue as described in whatchOS 2 Release Notes:
If you do not see map tiles load on the Watch Simulator, launch the Maps app in the iOS simulator first. After that, map tiles will load.
I tried these steps, with no success, the map is always showing an empty grid:
Run the WatchKit app. Then only the WatchKit app launches. In the iOS simulator, I open the built-in Maps app. Map tiles are loaded and shown there. In the Watch simulator, I go to Home and launch my app again. The map remains in yellow empty grid.
In the WatchKit app, I go to Home and launch its Maps app. Maps neither show map tiles, only the yellow empty grid and an activity indicator.
Has somebody else experienced this?
Thanks in advance

Related

iOS Capacitor launch screen resizes during launch

I am developing an iOS app using Ionic. I have a problem with the splash screen which I'm trying to resolve either from the native side via Xcode or from the Ionic side.
I used cordova-res ios --skip-config --copy to generate and set the images and made sure they are there in Xcode.
When the app launches, the splash screen consists of first a native image displayed by iOS then an "identical" copy of it by Capacitor while the app loads. However, the second screen appears smaller.
How can I make the two sizes match? I wouldn't care if the solution scales the image up or down, as long as they become the same size.
I am comfortable with Ionic but not comfortable with Xcode or Swift, so please be as clear as you possibly can if the solution is on the Xcode side :).
Video of the problem: https://youtu.be/DIfjErgw7hU

Map is not load on my Simulator also not load in Default Maps app

I am facing a very strange issue in iPhone simulator.
I have used Map in my app and while I run my app on the simulator it's not loading and I can see just grid on the screen.
My App Screen:
Default Maps App:
Is there any setting or anything which helps me to see Map on the iPhone simulator?
Note: I can get my current location and movement on my MapView but not able to see the visual view of the map on the screen.
Thanks in advance.

Choosing Launch Screen File in Xcode makes my app launch slow on iOS

I have an app I'm about to launch to the Appstore, however, when I created an archive of my app in Xcode (developed in PhoneGap), it automatically compiled asset catalogs for icons and splash screens, and set the launch screen image to MainViewController in the settings. Because of that, my app takes a few seconds to launch after I tap the app icon on my phone and it doesn't show the splash screen (which worked perfectly when Launch Screen File was empty). Now, when I remove the Launch Screen File, my app launches quickly and normally, shows the splash screen, but now my app appears completely zoomed in.
How can I fix this? It's really annoying.
EDIT: Someone suggested an edit saying this has nothing to with Cordova. But it might. This app was built using Cordova CLI. When it was freshly built, no launch screen file was selected, but the app did't zoom in as it does now, when no launch screen file is selected. How can Cordova make an app appear normal without a selected launch screen file, but does it not work after archiving?

Black screen showing instead of LaunchScreen.xib

I'm trying to make my file LaunchScreen.xib show as the launch screen of my app. Whenever I run the app for the first time (where you run the app, and the simulator loads up for the first time), the splash screen is not shown.
There's one black screen before the simulator loads, but then there is a second black screen before my app loads. If I run the app again, after the simulator is loaded, the launch screen displays with no issue. However, if the black screen shows the first time, users will assume the app is not working, hence why this is a concern.
These are the settings I am using for my launch screen.
All help appreciated.
It is just Xcode's fault. While starting the app Xcode attaches its debugger and does some communication and a lot of other stuff. It is very possible that the launch screen is not displayed during that time or just for a split second.
If you just have the app on the device, completely quit it and then start it again, the launch screen should show up as expected.
There is no issue. The simulator load with blackscreen, it's not belong to your application. (os loaded at that time). After simulator loaded os, it launches your app with your laucnh screen

Can't Upload Images to iOS SImulator

So I'm trying to put some images onto my iOS simulator (from Xcode 5) and it's not working. I know how to do it by dragging the files across and it loading up safari etc. However everytime I do it it says file does not exist at location, null pointer. I also noticed when I load the photos app from within the simulator it shows nothing but a white screen. I've tried resetting the settings on my simulator but it has no affect. Any input would be greatly appreciated!

Resources