It is taking our app ~ 1 minute every time before start. From our findings we start the app and then nothing happens until a purple warning appears saying:
The request of a upload task should not contain a body or a body stream, use `upload(for:fromFile`, `upload(for:from`, or supply the body stream through the `urlSession(_:needNewBodyStreamForTask` delegate method.
After the purple warning appears, our app continues its processes
Expected Behavior
No purple warnings in a project from leanplum sdk
Actual Behavior
When app is calling Leanplum.start() we got next runtime issue:
The request of a upload task should not contain a body or a body stream, use `upload(for:fromFile`, `upload(for:from`, or supply the body stream through the `urlSession(_:needNewBodyStreamForTask` delegate method.
Problem
It is taking our app ~ 1 minute every time before start. From our findings we start the app and then nothing happens until a purple warning appears saying:
The request of a upload task should not contain a body or a body stream, use `upload(for:fromFile`, `upload(for:from`, or supply the body stream through the `urlSession(_:needNewBodyStreamForTask` delegate method.
After the purple warning appears, our app continues its processes
Expected Behavior
No purple warnings in a project from leanplum sdk
Actual Behavior
When app is calling Leanplum.start() we got next runtime issue:
The request of a upload task should not contain a body or a body stream, use `upload(for:fromFile`, `upload(for:from`, or supply the body stream through the `urlSession(_:needNewBodyStreamForTask` delegate method.
Steps to Reproduce the Problem
Specifications