-
-
Notifications
You must be signed in to change notification settings - Fork 50
Android: NAMESPACE is null #117
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
Comments
Hi @vtjon , Could you delete your |
I think you may be right. It seems to be working though I am testing again. I am going to close this and will reopen if necessary. |
This is still happening. I was confused because I wasn't testing on Android O device. When I tested, I got:
This is because the plugin uses the namespace as the notification channel. |
|
The issue is fixed in version 3.2.3, which is now the latest official version in npm. |
The new version of uploadservice plugin requires you to set the namespace. Despite the namespace being declared on Line 8, it is null when you start the session. This causes the upload as well as the progress indicators to fail inexplicably. I tried setting the namespace in the session(id:string) method and it seems to work.
This may be more of a documentation issue but for any uploads to work now in Android Oreo, androidDisplayNotificationProgress must be set to true.
The text was updated successfully, but these errors were encountered: