request permissions mobile
In Android, when using the microphone or GPS, I must request permissions and agree to them. How is this done in the Crank ?
0
In Android, when using the microphone or GPS, I must request permissions and agree to them. How is this done in the Crank ?
Comments
In Storyboard the backend and frontend logic, are separated.
when using a backend services such as GPS, or others, you can exchange the necessary information using SBIO
SBIO is a full duplex channel that you can use to perform an Inter-process communication between the backend business logic and the frontend UI.
to understand its usage, you can refer to the ClusterIO app shipped with the Storyboard samples
File >> Import >> Storyboard Development >> Storyboard Samples >> ClusterIO
thanks
Max
thank you
Please sign in to leave a comment.