Page 1 of 1

Internet inclusion on mobile

Posted: Tue Dec 13, 2016 11:13 pm
by trevix
I have a stack that uses the DropBoxAPI_2 library (put URL, Post,...).
If I include the Internet library making a desktop standalone, it works fine. But, in order to avoid several crash on iPad, I must deselect the Internet Library for mobile standalone. Don't know why. Works fine in the simulator.

Reading from the dictionary:
Cross-platform note: On iOS and Android, the post command is implemented in the engine. Therefore the Internet library is not needed to ensure the command works in a mobile standalone application. If included, the Internet library implementation will be used instead of the engine implementation
Is there a way to have different inclusions, according to which platform I am doing a standalone, or should I do it one at the time?

Thanks
Trevix