-
Notifications
You must be signed in to change notification settings - Fork 16
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
After Initating library i am getting this error callbackid: "-1" #16
Comments
Code is same as from the template as you can see plugin is getting initiated but failing to complete please help |
I'm not sure what the issue is here. It returns Closing for now. But let me know if there's some issue. Although I would then need a reproduction so I can help you out |
I am getting this error on iOS {errorMessage: "Not implemented on iOS.", data: {}, message: "Not implemented on iOS.", code: "UNIMPLEMENTED"} why so I did everything according to the documentation provided |
You're not supposed to call this method on iOS. Please refer to the readme for further explanation. Nonetheless I think I could make it so that it does not throw an error whenever you're calling this method on the unintended platforms |
In the latest release this errors is not thrown anymore |
The text was updated successfully, but these errors were encountered: