Den Galkin
Den Galkin
Hi! Any news? I have the same problem..
Constant problems with this code to determine the version. If such a "track" is not created, then an error appeared. I found solution with this code, and it worked: ```...
> But my solution worked perfectly for almost a year. and a couple broke in all my projects a few days ago.
I found solution. In this line https://github.com/fastlane/fastlane/blob/871eb67c0f4202cc017948034bffa96c6aca21d7/supply/lib/supply/client.rb#L477 just add ``` releases = result.releases || [] return releases.flat_map(&:version_codes) || [] ```
> I'm encountering the same issue as well and currently using a begin-rescue-end block to handle error. can you show example please?
@trying2016 no. the application still crashes. 1.5.5
> I had seted `"releaseType": "APK"` in `capacitor.config.json`, but it is not work when run 'npx cap build android'. generated file is `app-release-signed.aab` My Setting is: > > ``` >...
Hello. same problem. custom events don't work. Did you find solution to fix it?
btw you are right about eventName https://github.com/capacitor-community/facebook-login/blob/9a5d683d7c12beacdcd5f4e7e19e7860fcacde84/android/src/main/java/com/getcapacitor/community/facebooklogin/FacebookLogin.java#L309
https://github.com/capacitor-community/facebook-login/pull/145/files