iOS 8, Game Center Sandbox and TestFlight

iOS 8, Game Center Sandbox and TestFlight … Houston … !   We are currently finishing 3 games, two of them are multiplayer via Game Center, for a major company here in Brazil and now we are trying to run some tests on iOS 8. I’ve updated some devices here and Game Center is not working anymore :U I had a …

How to avoid App Store rejection when uploading your game?

How to avoid App Store rejection when uploading your game? I’ll update this list with real examples of Apple rejection 🙂 What you should NOT do when uploading your game: – First of all, do NOT assume that your game will be reviewed in a couple days.. this can take 14 days or more AND …

How to logcat multiple devices at the same time?

How to logcat multiple devices at the same time? This is actually very easy: – Just to be sure that you’ll know which terminal (I’m on Mac) window represents which device, unplug all devices first. – Plug your first device, type “adb devices” and write down your device ID (or just a part of it) …

NGUI – Smooth Tween causing Spring Position to never complete

Recently I’ve run into a nasty bug using NGUI’s UIGrids for a Solitaire game at Mukutu Studio. My NGUI version was 3.7.0 or maybe 3.6.9 When you use UIGrids with cell height and width of zero or a very low value and animate the elements using Smooth Tween it seems that the animations never complete …

Unity + Facebook SDK = Login cancelled by Player

Just posting because I’ve spent a couple hours working around this “Login cancelled by Player” error and just got this test / debug version working … I don’t know if the steps bellow will help in release versions. My steps: – Install latest OpenSSL and JDK, restart windows. (more here on my last post) – Delete …

Unity + Facebook SDK = OpenSSL not found error

Got stuck with this “OpenSSL not found” error today on Unity3D and after some digging I’ve found that the error was caused by my “Path” Environment Variable (in my case on Windows 8.1). I already have OpenSSL installed on “C:\OpenSSL”. I’ve downloaded the 64bit version Win64 OpenSSL v1.0.1h from here: http://slproweb.com/products/Win32OpenSSL.html – (Consider making a donation …