pushy / pushy-flutter

The official Pushy SDK for Flutter apps.
Apache License 2.0
21 stars 19 forks source link

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

Closed pyae-sone-phyo closed 4 years ago

pyae-sone-phyo commented 4 years ago

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.

pushy commented 4 years ago

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 commented 4 years ago

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