ios

POST NSData to a Server

POST NSData to a Server Question: I am trying to POST the iPhone depth data to a Macbook using wifi (at-least 30 fps). I extracted depth CVPixelBuffer from ARSession followed by creating an NSMutableData. My question is that how I can POST this message (NSMutableData) to a server? In the meantime, how can I GET …

Total answers: 1

Socket.IO https/ssl in iOS and Python App Engine

Socket.IO https/ssl in iOS and Python App Engine Question: I’ve built an GCP App Engine service in Python 3.7 using Flask and an iOS app in Swift.. the apps are using Socket.IO to connect and transfer data. Everything works great with a local deployment, however when deploying to GCP the SocketIO connection is never upgraded …

Total answers: 1

Swift socket.io compatible version with server python-socketio

Swift socket.io compatible version with server python-socketio Question: I’ve searched couple of days for it but found nothing to fix this issue. My client is an iOS device running socket.io v15.2.0 (Oct 17, 2019). I’ve followed this post (Implement a WebSocket Using Flask and Socket-IO(Python)) That post described how to connect to the python socket …

Total answers: 2

How to import python package in flutter using Starflut?

How to import python package in flutter using Starflut? Question: I’m building an app with Flutter and I need to use some Python code. For that I use the Starflut plugin (https://pub.dev/packages/starflut). I succeed to run the Python code, no issue here, but I want to import extra package. To do so, I created a …

Total answers: 3

Is it possible to use Python to write cross-platform apps for both iOS and Android?

Is it possible to use Python to write cross-platform apps for both iOS and Android? Question: Is it possible to use Python to write cross-platform apps for both iOS and Android Asked By: user1404932 || Source Answers: For Android Google provides something called ASE (Android Scripting Environment) which allows scripting languages (Python included) to run …

Total answers: 5