Skip to content
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

[ iOS ] Signal strength query returned error: Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied" #4

Closed
pyae-sone-phyo opened this issue Dec 26, 2019 · 2 comments

Comments

@pyae-sone-phyo
Copy link

pyae-sone-phyo commented Dec 26, 2019

Hi ! I face this issue in pushy flutter while build for iOS

This is the logs

[NetworkInfo] Signal strength query returned error: Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied", descriptor: <CTServiceDescriptor 0x282836040, domain=1, instance=1>

Thanks for any help.

@pyae-sone-phyo pyae-sone-phyo changed the title [ iOS ] flutter: Error: Error Domain=NSCocoaErrorDomain Code = 3000 [ iOS ] Signal strength query returned error: Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied" Dec 26, 2019
@pushy
Copy link
Owner

pushy commented Dec 27, 2019

Hi @pyae-sone-phyo,
no valid “aps-environment” entitlement string found for application will happen if you forgot to enable the Push Notifications capability in your Xcode project as mentioned in the Pushy Flutter SDK integration docs.

Screen Shot 2019-12-27 at 1 55 03 PM

@pushy pushy closed this as completed Dec 27, 2019
@pushy
Copy link
Owner

pushy commented Dec 27, 2019

Hi @pyae-sone-phyo,
It seems you have edited the issue with a different error message than before.

For NSPOSIXErrorDomain Code=13 please refer to the following:
https://stackoverflow.com/questions/53526194/how-to-troubleshoot-resolve-signal-strength-query-returned-error-logs-that-are

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants