-
Notifications
You must be signed in to change notification settings - Fork 191
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
Plugin didn't work on iOS 11.4 #142
Comments
same problem, iOS 12 |
This is working fine for my apps in both iOS 11 and 12. The most common cause for nothing appearing is if one of the values is null or path to the coverart is not accessible to the plugin. Give it a try just with some static values and using coverart from a remote HTTP:// server that is known to be accessible from the device. Also make sure to test on a real device, the emulator is really flakey and inconsistent in it's behaviour with lockscreen and control center. |
Hi @ghenry22 Can you share your code because I have the same issue on 2 differents apps. (one old and one new). |
I have tried it with static values and cover from a remote HTTP:// but still no luck |
Is there anybody at all who has this running on iOS 12? |
This is my code at the function onDeviceReady:
On ANDROID works find, but on iOS didn't work. Someone has the solution?
Thank you folks.
The text was updated successfully, but these errors were encountered: