this is a very odd one. not sure if it’s strictly oF-related, but i thought i’d give it a shot as i’m a bit befuddled.
i’ve made an ipad 2 app using oF and it’s in the app store. however, the version that i download from the app store has touch actions that are different from the version that i build and run locally. it’s the EXACT SAME code in both cases - which i archived and uploaded to itunes connect - yet they behave differently.
specifically, touchDown() is called in both cases as expected when a touch occurs, but it looks like touch.numTouches or touch.id might be returning different values. i’m not doing anything fancy in my touchDown() code, yet some part of it is simply not being run in the app store version.
any ideas? thanks.