Simon Mitchell
Simon Mitchell
Hi @henningdekode, I'm really sorry I don't think it currently supports Carthage or dependency managers in the state it's in... I'll add some instructions to the README this weekend, and...
Hi @henningdekode glad you managed to get it working on the simulator! If you have much more difficulty feel free to reply here again or drop me an email: [email protected]...
Ooooh nice!! And hi there @pluginslab ☺️ So I will try and have a think about how we could work on this at the same time (Although I have been...
I will look into this for you when I get a chance! I don’t tend to use this myself personally ☺️ It’s more just a leftover from when I originally...
Hi @henningdekode I think I'm actually going to remove this property, in favour of simply using the device connectivity notifier class. Do you have any particular use-case for this? I...
Attached are logs: ``` 2019-12-05T12:10:08Z [RequestController] Request: http://192.168.122.1:10000/sony/camera 2019-12-05T12:10:08Z [RequestController] URL: http://192.168.122.1:10000/sony/camera Method: POST Request Headers: ["Content-Type": "application/json"] Body: {"version":"1.0","method":"getAvailableApiList","params":[],"id":1} Response Status: 200 Response Body: {"id":1,"result":[["getAvailableApiList","setShootMode","getShootMode","getSupportedShootMode","getAvailableShootMode","getSupportedSelfTimer","getSupportedMovieQuality","startLiveview","stopLiveview","setExposureMode","getExposureMode","getSupportedExposureMode","getAvailableExposureMode","setFocusMode","getFocusMode","getSupportedFocusMode","getAvailableFocusMode","getStorageInformation","setExposureCompensation","getExposureCompensation","getSupportedExposureCompensation","getAvailableExposureCompensation","getFNumber","getSupportedFNumber","getAvailableFNumber","setWhiteBalance","getWhiteBalance","getSupportedWhiteBalance","getAvailableWhiteBalance","getShutterSpeed","getSupportedShutterSpeed","getAvailableShutterSpeed","setIsoSpeedRate","getIsoSpeedRate","getSupportedIsoSpeedRate","getAvailableIsoSpeedRate","actHalfPressShutter","cancelHalfPressShutter","startContShooting","stopContShooting","getSupportedMovieFileFormat","setContShootingMode","getContShootingMode","getSupportedContShootingMode","getAvailableContShootingMode","setNearModeInPF","getNearModeInPF","getSupportedNearModeInPF","getAvailableNearModeInPF","getApplicationInfo","getEvent","getTemporarilyUnavailableApiList"]]} 2019-12-05T12:10:17Z [RequestController] Request: http://192.168.122.1:10000/sony/camera...
Also seeing this but nothing here seems to be helping 😞 Is there anything else anyone else tried? I'm on macOS. Seems like the `socket.on('message'` is never called! @troppoli @opichals
Try this out: https://github.com/iziz/libPhoneNumber-iOS/issues/324
This did the trick for me! https://github.com/iziz/libPhoneNumber-iOS/issues/324
@Spshulem did you have any luck with this?