Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Error: Not implemented on Android. #484

Closed
4 of 14 tasks
imuhammadnadeem opened this issue Nov 4, 2023 · 1 comment
Closed
4 of 14 tasks

bug: Error: Not implemented on Android. #484

imuhammadnadeem opened this issue Nov 4, 2023 · 1 comment
Labels
bug/fix Something isn't working needs: triage

Comments

@imuhammadnadeem
Copy link

imuhammadnadeem commented Nov 4, 2023

Plugin(s)

  • Analytics
  • App
  • App Check
  • Authentication
  • Crashlytics
  • Cloud Firestore
  • Cloud Messaging
  • Performance
  • Remote Config

Did you test the latest version?

  • I use the latest version

Platform(s)

  • Android
  • iOS
  • Web

Current behavior

When I'm calling this function
const result = await FirebaseCrashlytics.isEnabled();
it returns this.

Error: Uncaught (in promise): Error: Not implemented on Android.

Expected behavior

It should work properly.

Reproduction

https://github.com/imuhammadnadeem/LoyaltyProgram

Steps to reproduce

The complete code is in the repo you just have to clone it and after cloning
1- Install node modules
2- Build for Android The complete

Other information

No response

Capacitor doctor

💊 Capacitor Doctor 💊

Latest Dependencies:

@capacitor/cli: 5.5.1
@capacitor/core: 5.5.1
@capacitor/android: 5.5.1
@capacitor/ios: 5.5.1

Installed Dependencies:

@capacitor/ios: not installed
@capacitor/cli: 5.5.1
@capacitor/core: 5.5.1
@capacitor/android: 5.5.1

[success] Android looking great! 👌

Before submitting

  • I understand that incomplete issues (e.g. without reproduction) are closed.
@imuhammadnadeem imuhammadnadeem added bug/fix Something isn't working needs: triage labels Nov 4, 2023
@imuhammadnadeem imuhammadnadeem changed the title bug: bug: Error: Not implemented on Android. Nov 4, 2023
@robingenz
Copy link
Member

This is currently only available on iOS as documented here: https://capawesome.io/plugins/firebase/crashlytics/#isenabled

Therefore it is not a bug. Feel free to create a feature request. This should be easy to implement.
I'm not sure why it's currently only available on iOS.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 31, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug/fix Something isn't working needs: triage
Projects
None yet
Development

No branches or pull requests

2 participants