Skip to content

Instantly share code, notes, and snippets.

View brianisbrilliant's full-sized avatar
💭
Makin' Video Games!

Brian Foster brianisbrilliant

💭
Makin' Video Games!
View GitHub Profile

Windows can build ios apps that are valid for 7 days, but they need a developer profile (you can get this with a free developer profile)

I want to distribute through TestFlight for the 90 day test window and if it is for internal connect team testers it doesn't need to be reviewed by Apple.

Then I heard about Ad Hoc, which has a 365 day test window. The first half of this video taught me about Ad Hoc, and this Kodeco link has more to tell me about it. Ad Hoc also allows for Over The Air installation, which means that we could email Ulrich a OneDrive link and they could install the latest update to the app themselves. That's something we should test!

Let's go through these steps in the Unreal Engine iOS Quick Guide.

[

using UnityEngine;
using System.Colletions.Generic;
public class YourGoldenSalvationIsACrock : Monobehaviour
{
// indent size should always be 4!!!
public Start() {
}