Difference in test game Xcode viewer andmode ad hoc publishing
Some actor behavior does not in the same way as in the GS and viewer ad hoc mode after publication GS, for trying.
Boolean attributes, spawner objects have a different behavior.
What is the problem?
Boolean attributes, spawner objects have a different behavior.
What is the problem?
Best Answer
-
tenrdrmer Posts: 9,934
Im gonna go out on a limb here and guess what you mean to say is Your game plays differently between the GameSalad Preview, GameSalad Viewer, and an Ad-Hoc Build on your Testing device. The first 2 are solely for quick testing. none of the 3 perform the same because only 1 of the 3 are true builds that are running completely on their own off the specs of the device you are building for. I cant say why your project in specific is not working the same but more than likely its an issue with your coding. It could also be a resource issue where you RAM is just simply to high for the device but it works on your mac because your mac has much more RAM to spare. You'll have to post some more specific details about your issues before we can help you further.
Answers
Because I tested the game on iphone via GS Viewer application, it works perfectly.
But, I publish the game with gamesalad in test mode, with a certificate distribution ad hoc, is installed on itunes, then sync to my iPhone, the game works differently, especially in coding. Especially the boolean attribute.
So what's the problem?
EXCEPT
REAL value attribute, for example timer1 (to level 1) responds differently than "GS viewer", the early second increases very rapidly:
- Attribute real "timer1" = 0, at the start of the level, increasing to 20 in 3 seconds, this is not normal.
- Decreases rapidly for a chronometer, real attribute "chrono1" = 30 in three seconds it drops to 10 seconds.
This problem is known only in Ad-hoc test, and not on "GS VIEWER" of the iphone.
But why, I do not know.
I must find a solution.
JustMe74, you had these problems with your experience, have you solved?
If so, how that made you, says me.
I also had a major issue where a function simply didn't work at all on Android (but it did in the preview mode and on the viewer), so I had to rebuild an entire section of the game (level select screen). If I hadn't tested an APK and had just relied on the viewer, no one would have been able to play my game.