I’m developing an advertising system for Corona https://github.com/pubnative/pubnative-corona-library/tree/development which first verion is located here.
I’m having problems with the network request that is working just fine for ios devices and simulator, while Android is giving me a 400 status response with empty response
My corona build is
Version 2014.2511 (2014.11.18)
And this is the network.request event data
- HEADER - Connection : Close
- HEADER - Content-Length : 0
- HEADER - X-Android-Received-Millis : 1431015292661
- HEADER - X-Android-Sent-Millis : 1431015292584
- HEADER - HTTP-STATUS-LINE : HTTP/1.1 400 BAD_REQUEST
- HEADER - X-Android-Response-Source : NETWORK 400
- event.isError - false
- event.name - networkRequest
- event.url - http://api.pubnative.net/api/partner/v2/promotions/native?&app_token=681427d73d03194d830e92667bb0429fb5a796322831b54573db2fd2081042bc&icon_size=100x100&locale=en&os_version=5.1&os=android&device_model=Nexus 5&bundle_id=com.pubnative.pubnativeSample&ad_count=5&no_user_id=1&banner_size=1200x627
- event.phase - ended
- event.status - 400
- event.responseType - text
- event.response -
Thanks in advance