Binding working in browser, but not on emulator and device

//www.parsecdn.com/js/parse-1.3.2.min.js

is not a correct path to a file. Try it in your browser! It tries to load it but can’t, and then when you run the Parse.initialize function it tries to run a function that doesn’t exist, which causes various problems later on apparently.

Either www. or http://www. Nice work on figuring it out!

1 Like