Hi!
For an app I'm trying to change the kNumVideoTargets, kNumAugmentationTextures and the textureFilenames array. The users are downloading depending on a given code different target databases and a different amount of video's. Because these variables are static const int I can't change them. But The variables need to hold different values depending on the downloaded content.
Who can help me solve this problem?
PS, currently the values are stored in NSUserDefaults