Peter Staev
Peter Staev
There are no examples included with the cmdlet and there is absolutely no info on github. Tried `Install-ACMECertificate -ref cert1 -installer iis` but this returns an error: ``` Install-ACMECertificate :...
It seems there is is a problem when using both LocalNotifications and Firebase plugins in the same app under android. And more specifically if you kill the app and then...
This is the same problem as #3046 but when using the `build.xconfig` file to supply provisioning instead of the CLI options. I'm using CLI 3.3 and have the following setup...
### Make sure to check the existing issues in this repository ### Please, tell us what's the problem? [ ] A typo [ ] Wrong documentation [ ] Improvement of...
Currently when using the pure-JS extend method, you have ability to specify the name of the Obj-C class that will be created. For the TS extend version this is limited...
There is a memory leak in the current implementation. It can be simulated with the following workflow - just open the editor for an image, then cancel it, then open...
Currently the `onErrorCallback` is not used at all and the `settings` are used only to get `senderID`. Settings should cached [like it is done for iOS](https://github.com/NativeScript/push-plugin/blob/master/push-plugin.ios.js#L22) and then unregister should...
This is tested on Android 30 emulator. On the finger prompt, press use pin and enter a correct pin. ``` System.err: An uncaught Exception occurred on "main" thread. System.err: Calling...
I'm using a POD that has Swift code and XIBs for controllers. This is the pod that I'm using: ``` pod 'iOSPhotoEditor', :git => 'https://github.com/PeterStaev/photo-editor.git', :commit => '5f90ae8f937e1bf4ef3c46d0fda5fef715c7a5de' ``` When...
I've spent hours debugging a problem with an IPA and ends ups that the CLI does not respect the `--release` flag when it does archiving. I have the following in...