I just updated to iOS 7 and ran into some small problems. So here is what I found out about how to get my Unity project to work with iOS…
In part (1) and part (2) I discussed the concept and some implementation details for BundleVersionChecker a set of editor classes to provide access to Unity’s PlayerSettings.bundleVersion (and bundleIdentifier) at runtime and…
Accessing Bundle Version in Unity iOS Runtime (2)
September 12, 2013
September 12, 2013
Kay
By: Kay
android, BundleVersionChecker, C#, code-generator, ios
In part 1 I introduced a solution how to get access to Unity’s PlayerSettings.bundleVersion at runtime. Now I want to improve the editor classes to get a smoother workflow and…
BundleVersionChecker is a set of Unity editor classes to get access to Unity’s PlayerSettings.bundleVersion and their history at runtime. This first article series in 3 parts describes the problem how…