I currently have a simple widget on the app store where users can configure it within the app and then add it to their home screen. In the next update, I want users to be able to edit the configuration from the widget itself, by long pressing it. So I setup the intents and got it all working but I noticed one problem:
If a user were to update the app, the existing widget on their home screen would break and go blank, if they long press and tap 'Edit', it says "Unable to Load". The only way to get it working would be to remove the widget and add it again.
Is there any way to get around this? I really don't want all my users to have to remove and add the widget again - it could get me a lot of poor reviews and uninstalls.
Thanks!
Post
Replies
Boosts
Views
Activity
Hey, I wanted to use the ShazamKit API in a web application but it seems like the framework is only for iOS and Android. I came across this resource but it's not very clear how it works as they direct traffic to their own server: https://rapidapi.com/apidojo/api/shazam
Does anyone know if there is an official URL for the Shazam API and how I can use it? Thanks