just to warn you, the cloud compilation produces android apk requiring users to accept following permissions:
android.permission.CAMERA
android.permission.WRITE_EXTERNAL_STORAGE
android.permission.INTERNET
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_NETWORK_STATE
android.permission.READ_PHONE_STATE
android.permission.ACCESS_FINE_LOCATION
android.permission.VIBRATE
android.permission.RECEIVE_BOOT_COMPLETED
don't know how about ios files, but in android's google play store these are a sign NOT to download the game, because a simple game, shouldn't have access to users location, boot completed signal, camera, etc.
i asked ludei if there could be some kind of control over these permissions though.