- Home /
Android notification issue
Hello, my name is Joan Hueso and I'm developing a 360 video app for Android.
I'm trying to use this package (https://assetstore.unity.com/packages/tools/integration/simple-android-notifications-free-68626) to show a notification when the download of the video is over and the app is running in background.
I use NotificationManager.Send(TimeSpan.FromSeconds(5), "Simple notification", "Customize icon and color", new Color(1, 0.3f, 0.15f)); at the funtion that runs in background but app crash every time.
Do you know how can I show the download progress or a notification when the download is completed?
Thank you very much,
Joan Hueso
Your answer
Follow this Question
Related Questions
What does this error even mean? 1 Answer
Linear laggy/stuttery movement 1 Answer
AV Pro Video Playback Rewinding Issue -Android 0 Answers
Audio Playing even when the app is closed 2 Answers
downloading file, saving on android 1 Answer