Check for ARKit support
Is there a good way to check if an arbitrary iOS device supports ARKit? I've looked through UnityARSessionNativeInterface and couldn't see anything really obvious; for now, I'm using the following:...
View ArticleXcode Commandline Tools Help
Hi there, I'm tryiing to build Unity Project using macOS Terminal with following command, however i must be making a mistake so getting an error. Any advise is highly appreciated. Thanks Code (CSharp):...
View ArticleiPadPro 2017 120hz ProMotion
I tried Application.targetFrameRate = 120; but my framerate seems to stuck at 60 fps. (Yes, of course I disabled the "Limit framerate" toggle on the device) Also see:...
View ArticleThe Screenshot from Battleships Blood Sea Game
Battleships Blood Sea is a military SLG masterpiece specially designed based on the history of WWII. battleships blood sea 1. [Classic Ocean Battles] 2. [Design Your Exclusive Battleships] 3. [Embrace...
View ArticleiOS WebCamTexture Displaying Wrong Resolution
I am currently trying to pull in a WebCamTexture for use from the rear camera on iOS devices. However, when I try to set a resolution for the WebCamTexture, it will snap me to a much lower resolution....
View ArticleUnable to open iMessage app extension
I was able to use the latest version of the XCode project manipulator API to add an iMessage app extension to the XCode project built by Unity in a post build hook. The project can then be built and...
View ArticleiOS' native Review API plugin
Hey everyone! I just wrote this super simple plugin and wanted to share it with anyone in need of it! This simple plugin attached to this post requests iOS' new native Review API window. Make sure to...
View Article[AppleTV]could not find developer disk image
Hi guys, After exporting my game from Unity 5.3.2p2 and then build it from Xcode 7.3 beta 3 and then hit "run" I have the following message : could not find developer disk image. My Apple TV is running...
View ArticleHow to put iOS entitlements file in a Unity project
I will show you how to include iOS's entitlements file in a Unity project and how to hand it over to Xcode project. I did this research out of my own need. I'm using this to automatically add...
View ArticleUnable to register iOS push notifications
Registering for remote push notifications works fine and the user gets asked for permission. Afterwards I never receive the device token, it always stays null with not error message whatsoever. After...
View ArticleUnity NOT Copying all plugins files into xCode on Build
Hi Guys! Im having some problems with a proyect im building (Its an old proyect here at work, and have some old plugins) But my Main problem, is that i have OpenSSL wich have two folders inside it -...
View ArticlePlay Audio though the phone call "ear" speaker?
Is it possible in Unity to specify that you want a sound (or all the game sounds) to play via the ear speaker instead of the normal game speaker. And by ear speaker, I mean the speaker that is used...
View ArticleScreen orientation based on device for unified app
My game defaults to portrait mode and on start, if the device is found to be an iPad it switches to landscape. Is there a way for my unified ios app to start in portrait for iPhone and landscape for iPad?
View ArticleNative crash
Hi guys, my game is experiencing some native crashes on iOS from many different devices. The unity performance reporting sends the message "Native Crash - <symbols missing for uuid:...
View Article6 useful ways which can help your app win in the mobile market
Hi friends, we all know that all apps need to be promoted, even app developers create a high quality app, it will not be known by more people without promoting it. So mobile app promote is very...
View ArticlelibMobileGestalt - no access to InverseDeviceID
I've started seeing the following error log on app launch. I think it's started after iOS 10.3 & Xcode 8.3, anyone else? 2017-03-29 21:27:48.874327+0100 noded[769:146603] libMobileGestalt...
View ArticleProblems recording screen in landscape (IOS 11)
Anyone having problems recording in Landscape with the Screen Recorder?? From last update of ios11 the saved video gets frozen if i record in landscape. If i record in portrait the screen recorder...
View ArticleReplayKit Error Code 5804
I'm trying to integrate ReplayKit in our game but I'm getting always the error code 5804. I'm following the documentation from:...
View ArticleAnybody uses token based trust for apple push notice service?
I use httptwo for apns token based trust. And it works fine in my dev enviorment(which is windows 10 pro, vs 2015). I can push my notice and my device can receive it. When I deploy the same code on the...
View Article