-
Notifications
You must be signed in to change notification settings - Fork 123
Closed
Labels
Description
Operating system: iOS
Operating system version: ALL
What steps will reproduce the problem:
- Calling RequestPermission
What is the expected result?
At least lower level log
What happens instead of that?
SDK logs an error
Please provide any other information below, and attach a screenshot if possible.
As our analytics tools logs every error, we are getting errors from every user because of this unnecessary log.
Simply removing this log or changing its log level will fix the issue.
LogError("Status is pending. Return the pending future."); |