It is probably a rookie mistake, but I can't make a simple Communications.makeWebRequest()
work. I tried to use the official example from here. The only thing I changed is, that I use the variable responseCallback in the request call. When I debug the code, the value of this variable is false, it seems like Object.method cannot find :onReceive. (I'm currently testing on 4.0.9, as I tried on newer versions, and the app crashes before I could get to a breakpoint to debug.) I'm sure I'm missing something fundamental...