Does the latest Flex SDK support iOS 5.1? - ios

We developed an iPhone app using Flex SDK 4.6 some months before and it worked fine (although it is slow).
However, today the app cannot be installed after users upgrade to iOS 5.1.
Does the latest/most current Flex SDK support iOS 5.1?
Is there any project has the similar problem?
Is there anyway to handle it?

Related

When I use react-native-bluetooth-escpos-printer packages react native, But the latest version of Android 12 & Bluetooth version 5.2

I use react-native-bluetooth-escpos-printer package in my react native app. It's working fine with up to Android 11 version and Bluetooth 5.0 version, But the latest version of Android 12 & Bluetooth version 5.2 suddenly app closes. I think it's not supported by Android 12& Blutooth 5.2. If you find any solutions kindly let me know
I tried to print bill with use of react-native-bluetooth-escpos-printer but not working in blutooth 5.2

Does MVVMCross and its plugins support iOS 6?

We have developed an application that uses the newest MVVMCross library and the plugins Localization, DownloadCache, File, JSON, Location, Messanger, PictureChooser, ResourceLoader and SQLite. The app supports iOS from 6.1 and up, and is updated to Xamarin Unified for 64-bit support.
Does anyone know if there is any issues between the iOS 6.1 OS and the packages listed above. Does anyone of those use iOS 7/8 API calls?
Best regards,
Kristoffer

Why is AdMob iOS SDK 7.0 not support iOS 8

I've updated from their AdMob iOS SDK 6.0 or something version to 7.0.0 like a month ago and everything for iOS 8 was working fine. Today out of nowhere every time I load my app in device in the debug area it states...
You are currently using version 7.0.0 of the SDK, which doesn't officially support iOS 8. Please consider updating your SDK to the most recent sdk version, 7.1.0, to get iOS 8 support, including a fix for smart banner rendering in landscape mode.
Why all of a sudden is iOS SDK 7.0.0 not supported by iOS 8? So every time I have to update the AdMob SDK or the admob ad won't work for iOS8?
I get this too. It still supports iOS8, they just haven't changed the message. Admob SDK 6.12.0 still supports iOS8 too. What they are really saying is that there is a bug that they have fixed and you should upgrade to the latest version. I like this message, it always says if you are not using the latest version. If you are still in development you should always upgrade to the latest version of the SDK if you can. The difference between 7.0.0 and 7.1.0 is quite important, they were missing including one of the frameworks, so it is important that you use 7.1.0 instead of 7.0.0 - I think this was causing some ads not to play - https://developers.google.com/mobile-ads-sdk/rel-notes#ios

Using ios 6.1 sdk with ios8

I have installed the ios 6.1 sdk in xcode 6 and it shows up in my base sdk drop-down.
I selected it and the app builds but when it launches on the ipad (ios 8) it seems to have a very broken apperence as if its trying to use ios 8 sdk. In ios 7 we were able to use the ios 6.1 sdk on ios 7, is this ability totally removed in ios 8?
This is an enterprise applicaiton, and the client is trying to avoid paying from a full refresh to ios 8.
Dropping an old SDK into a newer copy of Xcode is untested and unsupported by Apple, and it's no wonder you're seeing the problems you're seeing.
If you want to support an earlier version of iOS while using the latest SDK, just set the Minimum Deployment iOS version in your target's build settings (as described here in the Apple documentation I've included).
p.s. On the other hand, if you really want to keep using the iOS 6.1 SDK... use the Xcode version the SDK came with. And it should hopefully look proper under iOS 6, and it'll look like an iOS 6 app under iOS 7 & iOS 8.
p.p.s. Your client is cheap.

How to deploy xamarin ios app with SDK Version 5.0 to use old theme (not iOS 7 Theme) in visual studio 2013

Hello everyone I have a legacy xamarin.iOS project (built with 5.0 SDK) now i need to update some things without changing the look of the app.
After some research how to get the older SDKs to show up in the SDK Version dropdown in Visual Studio 2013 I finally got to select the 5.0 SDK (I also changed the Deployment Target to 5.0)
But when I deploy the app to my iPhone 5S running iOS 7.1.1. i get the iOS 7 Theme
Is there any way to get the app to use the old theme? (If I download the app from the store it works with the old theme, so there should be some way)
By the way on my research I read this article Using iOS 6 theme for iOS 7 app
Is it true that I cant upload apps using an older SDK? Even for app updates?
Thanks in advance for any help.
Submission to the Apple store requires that the product be compiled with the most recent released Tools (Xcode 5.1.1 at this point) and compiled with the most recent SDK (Currently 7.1)

Resources