dpdragnev

Results 4 comments of dpdragnev

Hello @tbozhikov I am using a Mac and I followed the instruction from [this article](https://help.apple.com/developer-account/#/dev82a71386a) to the letter. The token is generated properly in the correct format and I can...

Thank you @tbozhikov I will look into it and will report back.

Hmm, this does not seem right. The platform specific properties are usually specified as ios/android:property. I have never seen it with a : before the platform.

I spent a few days trying to fix this issue without success, so I switched to [https://github.com/NativeScript/plugins/tree/main/packages/imagepicker#nativescriptimagepicker](https://github.com/NativeScript/plugins/tree/main/packages/imagepicker#nativescriptimagepicker). I just replaced the chooseFromLibrary() method with the corresponding method from the ImagePicker...