IOS Status bar doesn't appear after ios update - xamarin

I will working with xamarin.form and my status bar was good, till the ios 11.0 update....
after ios update (11.0) my app doesn't show the status bar...Does someone know how can I show it again???
Is there a way to verify the version of the device?

Have you updated Xamarin.Forms? I believe it was updated when the iOS was updated to 11.0

Related

NativeScript Playground App on iOS 14.0 (18A373) crash directly after start

I have installed the NativeScript Playground App on my iPhone XR with iOS 14.0 (18A373) and the app directly crash after start. So I can not scan the QR code from play.nativescript.com
This seems to be a common problem with running Nativescript apps on iPhones with iOS 14.
My app, which has been fine for the past year, suddenly failed and I'm now trying to find a solution as rebuilding with XCode 12 also fails...
https://github.com/NativeScript/NativeScript/issues/8867
https://github.com/NativeScript/NativeScript/issues/8916
Follow up:
I got it working in Xcode 12 though not entirely clear how... basically I did this:
installed "tns-ios": "6.5.2"
tns platform remove ios, tns platform add ios
tns build ios --release
Went to XCode and selected Product > Archive (which rebuilds it)
This build succeeds and when deployed to the App Store it worked in FlightTest.
This fix is to update tns-ios to 6.5.2 but you also have to make a change to your Podfile and build.xcconfig. I wrote a tutorial on the steps I took to fix the issue: https://timleland.com/how-to-fix-nativescript-issue-with-ios14-and-xcode-12/
Playground and Preview Updates are now available with iOS 14 compliance:
https://twitter.com/NativeScript/status/1325994280003891200
NativeScript Playground v1.9.0
NativeScript Preview 1.31.0

tvOS 13 AVPlayerViewController live playback timestamp issue

After updating to tvOS 13, I am seeing 18y8m0w4d on the live progress bar when I rewind. This is fixed in a second or so when the progress bar gets updated. I don't see this issue on tvOS 12.
It looks like AVPlayerViewController bug but was wondering if anyone else is facing this issue?
Thanks
I saw the same issue on tvOS 13.0 and it looks like the latest update tvOS 13.2 has fixed it.

recently upgraded to xCode 7.1. tableView doesn't display correctly

recently upgraded to xCode 7.1. Now when i run my app in the simulator the tableview lines don't display unless i touch the cells. Anyone else experiencing this?
No data was on my app. I tested out some more and it worked.

iPad does not show in xcode

I have just updated my iPad with iOS 5 and now when I am connecting my device to my macbook it does not appear in xcode. It used to appear in xcode earlier when I had not updated my iPad but now it just does not show in xcode. can someone please help me?
Thanks
Pankaj
I didn't knew after updation of os in iPad i had t again make changes through Organiser and click on button use for development. I just did it and it started working. :):)
there is an option called use for development.You have to do that now.

Can't run on device after installing iOS 4.2 and the 4.2 SDK

I installed iOS 4.2 on my 2nd-generation iPod Touch last week. I tried running my application on the device through Xcode, but it didn't work (because Xcode didn't yet support iOS 4). To solve that, I installed Xcode 3.2.5 and the iOS SDK 4.2. Now I can get the app to run in the iPhone/iPad Simulator just fine.
However, I can no longer select "Device" from the menu at the top of the screen. It's a choice, but when I try to click on it, it never actually gets a check mark.
Because of this, I can no longer run the app on my iPod. The other (related) problem is that I can't choose "Build and Archive" from the Build menu anymore because the target is not a device.
Why is this happening? Do I need to change some settings in my project, or something with my device itself?
EDIT: Upon closer investigation, it appears that I can't select anything but the iPhone Simulator 4.0. Maybe there's something wrong with the project file.
Check that the base SDK is set to Latest iOS (currently set to iOS 4.2) for your Xcode project and your target's product, then perform a rebuild and see if your iPod is recognized.
Also try visiting the Xcode Organizer and see if it's asking for anything from your iPod. Typically Xcode will want to collect some data from devices whose OS receive updates, so it can update itself and install your apps on the updated OS properly.

Resources