The club I am in is working on a walking tour app, and basically we completed it on this other app making site known as applicationcraft. The problem was that on applicationcraft, it doesn't support ios7, thus we couldn't upload it to the Apple app store. So we have the app pretty much rebuilt on appery.io but the issue is the code. Both are javascript but the method we used to make the individual locations was to have labels and such on a page, then populated the labels from an array of some sort that had the locations in the code.
and when we rename the labels and such to the ones named in the code, it doesn't work on appery.io
is there something is wrong with the code itself?