You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using OneSignal SDK fot .NET MAUI and i got this error:
ERROR: ERROR! 'Push Notifications' capability missing! Add the capability in Xcode under 'Target' -> '<MyAppName(MainTarget)>' -> 'Signing & Capabilities' then click the '+ Capability' button.
I don't use Xcode i currently use Visual Studio 2022 and i can't specify any capabilities
The only capability i use is in info.plist > background mode > remote notificiation
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
You have to add the Push capability to your App in the Apple Developer Console under Certificates, Profiles etc. and then you have to add the capability to your Entitlements.plist. If an Entitlements.plist does not exist you have to create it.
It should have the following contents at minimum for Push to work:
How can we help?
I'm using OneSignal SDK fot .NET MAUI and i got this error:
ERROR: ERROR! 'Push Notifications' capability missing! Add the capability in Xcode under 'Target' -> '<MyAppName(MainTarget)>' -> 'Signing & Capabilities' then click the '+ Capability' button.
I don't use Xcode i currently use Visual Studio 2022 and i can't specify any capabilities
The only capability i use is in info.plist > background mode > remote notificiation
Code of Conduct
The text was updated successfully, but these errors were encountered: