I am running iPad simulator version 4.0 - and it appears as though it has no Korean language support.
Does anyone know why, or if there is a way to enable this?
I had Korean support in my iPhone app, and the simulator for that had the proper language support.
The iPad device also has no support for the Korean language. Just wait a few days and iOS 4.2 will be there, probably with Korean.
Related
I am making a application supporting gujrati and english languages.
In ios 9 there is a support for Gujrati language on the keyboard,but same is not the case with iOS 8.
Can anyone please suggest how can i make keyboard in iOS 8 show support for gujrati language
I have bought Korean version of iPhone 5S not in Korea, and there is a problem. Korean and Japanese iPhones have no option to shoot on camera silently due to the local laws. Silent mode is locked up deeply in firmware, so the only solution I see, is to download iOS firmware from iOS Dev Center and install it to my iPhone from scratch. However I don't know, is iOS beta software is tied up with certain country? Will this solve my problem?
My app support English and Chinese, bug when I install it on the iOS8 with system language France, the localization can not fallback to English, it choose Chinese.
I tested on iOS7 and iOS8.1, the iOS7 is correctly fallback to English, the iOS8.1 can't do that.
Is there some setting for iOS8 to choose the fallback language?
This is actually determined by the device. If you go into Settings:General:Language&Region, you'll se there is a preferred language order. Update that so English is the preferred language and it should work right.
I'm a beginner programmer and I have a universal application that works perfectly on iPhone and iPad with IOS 6.0 and up. However, it has certain features which cannot run on an iPad 1 because this device can only upgrade up to IOS 5.1.1. Whenever I run on an iPad 5.1 simulator, the application crashes. This is not the problem since I already expect it to do that.
Will Apple reject my application since it does not run on the iPad 1? Are there other iPad applications that leave out iPad 1's?
Of course not! Obviously, Apple thinks iPad 1 owners should just buy new iPads. :)
BTW, you should check out Apple's page on the approval process
, especially their approval guidelines for information on what they are looking for in an app submission.
No, they will not. So long as your app is supported on the latest iOS version, they will not reject your app for not supporting older devices. If your app has additional hardware requirements that the latest OS does not, be sure to clearly specify this in your app description.
What is minimal requirements for Android device for use Corona SDK???
I'm trying do run test app on Huawei SONIC - error force close;
on Sony Ericsson Live with Walkman - all correct.
The version android on this devices is 2.3.4
Some ideas or links?
Not sure about your specific issue as that could be a bug in Corona, a bug in what you are doing or just the device itself but check out this link http://producerism.com/blog/where-corona-sdk-falls-flat/ - it has a lot of info on coronas downfalls and might show you something useful for your situation.
I have found out by experience that there is at least one major thing to consider, especially if your app runs in the simulator, but not on your device. The simulator appears to not be case sensitive, but your device (phone/tablet) probably is case sensitive. Check any files you are using to make sure they are not mixed case. For example, myimage.png or myimage.PNG will both work on the simulator if it is coded as myimage.png in your lua code, but will install on your device, but fail to execute and usually force close when you touch the screen, or hit the back button several times.
Android devices should have :
Android OS 2.2+
ARMV7 architecture devices.
If you have device that has above specification then only you can run your CORONA application on the device.