iOS Xcode "Could not write to device"
I have a game which I am trying to test on iOS devices. The game builds from Unity on my Mac with no errors. However, after I open the Xcode project and set the right signing profile etc and hit the...
View ArticleLaunch an iOS app with options C#
I usually don't have to ask questions here, but all I can find is the code using swift, objective-c or some Android examples, and they set key names and values with specific commands, not in one...
View ArticleSprite on iOS rendering weirdly
Hi Guys, My game is working fine on Android, but on iOS, sprites are randomly messed up. It appears only since I added High Rez sprites... ![alt text][1] ![alt text][2] [1]:...
View ArticleNeed some help. When building unity project in xcode I get this error in...
There are no errors when building for Unity but when trying to build in Xcode this error shows up. I'm using unity 5.6.4. Thank you kindly for any help.
View ArticleUnity Cloud Build iOS error
Keep getting this one error on ios cloud build, been doing this for the past 10 builds. For reference, im using googleplayservices plugin and set NO_GPGS on iOS. The library shouldn't be used on iOS...
View ArticleOnly a button can work
I uploaded two pics. I cannot find my fault. Only a button in PauseController cannot work ;( ↓I set this script to button using System.Collections; using System.Collections.Generic; using UnityEngine;...
View ArticleIos adMob errorfest
I'm working on a pc & am using a remote mac compile the xcode projects generated by unity. I'm having to add the adMob sdk manually to the root of my xcode project then adding the $(PROJECT_DIR) to...
View ArticleUnity's IAP code explained
Hello, I am porting my successful android game to iOS, all works but I have a little problem with IAPs (i am using official unitys IAP plugin) When testing on my iPhone, iap works, but apples confirm...
View ArticleLowest Unity version that supports XCode 9 / IOS 11
What is the lowest Unity version that supports building for XCode 9 / IOS 11? We are currently trying to update an old game for IOS 11 and it runs on an older version of Unity (4.6). As each Unity...
View ArticleAdd fabric plugin cause ios simulator crash [works fine on android, and real...
Hey! I have very strange problem with fabric plug-in I created new unity project, added text to it, and the fabric plug-in. ![alt text][1] very simple unity project. when I try to build it to ios, with...
View ArticlePostProcessBuild Check if we append or replace the Xcode Project
Hello, I would like to check if I click on the Append button or the Replace Button when I build for iOS. I don't know if I can check this in a PostProcessBuild method.
View ArticleInside out rendering on Android and iOS
When we build for either Android or iOS we have this problem where the inside of objects get rendered over the outside. Another problem is that objects get rendered behind sprites while they are...
View ArticleAre PlayerPrefs backed up to iCloud?
I am looking at Apple's Data Storage Guidelines (https://developer.apple.com/icloud/documentation/data-storage/index.html) which state that iCloud includes Backup, which automatically backs up a user’s...
View ArticleHow to reset an ARKit scene
Hey guys I'm having a small issue with ARKit and Unity. In the game that I'm making, I'm reloading my scene when the player dies, however when the scene is reloaded all the GameObjects are still in the...
View ArticleDoes Social.LoadScores report ALL scores on GameCenter?
I have this piece of code tied to Apple's GameCenter: Social.LoadScores("HighScore", scores => { if (scores.Length > 0) { Debug.Log("HIGHSCORE: " + int.Parse(scores[0].formattedValue)); } }); I'm...
View Articleios shader problem
hi all, i am newbie at unity and i have developed my first game successfully. it works fine in editor but when i export in ios it works fine except one warning. there is bomb effect and it does not...
View ArticleIntegrating apple IAP
I've been searching around for a few days now for an up to date in app purchasing tutorial for iOS. I've tried the one on the unity site a few times but doesn't work for me, (the purchaser scripts they...
View ArticleCan not change " NSPhotoLibraryUsageDescription /...
Hi, I have a very strange thing going on. In a post build process i will change the NSCameraUsageDescription/NSMicrophoneUsageDescription in what ever i want from script. But when i want to change the...
View ArticleCan I build iOS on PC, then copy to Mac for xCode?
Hi, Am i able to iOS build from Unity on my PC, then copy the iOS build to Mac to open in xForm? I've read this [post][1] but the commentary is conflicting if this is possible. When I build for iOS i...
View Articleadmob problem
hi all, i am following https://www.youtube.com/watch?v=06lbjMFqWpg tutorial to add admob into my project but it gives errors when i build for ios. i have searhed a lot but not found a solution. do you...
View Article