How to play sound for iOS 8.1 simulators - xcode6.1

In Xcode 6.1 AudioToolbox.framework for sound doesn't work. It works fine on iOS 7 through iOS 7.1 but not any iOS 8.1 simulators whether it's iPhone or iPad. Is this an error with iOS 8.1 sound or does AudioToolbox framework not work on iOS 8.1?

This is a known bug in the iOS 8.x simulator runtimes. You should be able to play audio successfully with other APIs, but unfortunately AudioServicesPlaySystemSound() and related functions in AudioToolbox.framework aren't functional.

Related

Debug IOS xamarin app on windows

Is there any way that's I can debug IOS xamarin app from windows directly to iPhone using USB or any other way .
I tried to use macOS Sierra emulator
But it doesn't work.
Maybe https://developer.xamarin.com/guides/cross-platform/windows/ios-simulator/
Try this one. I think you should read the xamarin documentation

Can i use windows phone 8.1 device for development on windows phone sdk 8.0

I have windows mobile phone which is updated to 8.1 recently. I did signup for Microsoft developer account and registered this mobile on windows SDK 8.0 . When I run solution to deploy on this device , I am getting some error messages .
My question is can i use 8.1 phone device n SDK 8.0 solution .
Thank you
But i don't think you could develop WP8.1 apps in VS2012. For that you gotta have the 8.1 Development tools.
Windows Phone 8.1 development tools
You mean testing WP8 apps in a WP8.1 device? In that case yes you can.
What you can't do is testing WP8.1 apps in a WP8 device.

Lauch and Splash screen issue for Lite and pro version for iOS app on iPhone 5

I have developed an iOS Universal app that is to be supported for iPhone 5 screens.Now the hing is that the application is supporting Lite and Pro version and they are housed in the same Xcode project.Now each target has its own Splash and launching screen that can be differentiated.The issue is that with iPhone 5 screen support how can i achieve this ? I could not found the enough details in pList settings to make a separate screen for Lite and pro version that can be visible on Iphone 5 ? All suggestions are welcome and thanks in advance to all geeks.

Will MonoTouch install on Apple iPad 2?

Will MonoTouch install on Apple iPad 2?
MonoTouch doesn't get installed anywhere, it's a development environment.
Apps created with MonoTouch, on the other hand, can run in any iOS device, including the iPad 2.

how to Download different mobile phone simulators?

I have created an application.It works correctly in default simulator of WTK (Sun java wirless toolkit).But it does not correctly in my phone (Which i used for testing purpose).So my friend suggest me to download the different phone simulators from web & test it there.
But i deos not know any site is used for downloading freely mobile phone simulators.Suggest me some sites,or any other source.
you can download the Emulator from following sites,
Sprint SDK
Sony Ericsson SDK
Samsung SDK
Motorola SDK
Nokia SDK
And you can also test your application on Nokia RDA devices. see this site.
Nokia RDA devices
They usually come with the phone SDK. For example you have phone simulators in Android SDK and iPhone SDK.
Simply append "SDK" to the phone name on google to find the websites (e.g. Android SDK).

Resources