signing and certificate

Hi,

I'm currently developing a Flutter app that utilizes Push Notifications. The Android implementation is working flawlessly, but I'm encountering compilation issues in Xcode. Specifically, I'm receiving the following error:

Cannot create a iOS App Development provisioning profile for "dk.ceniconsulting.alarm". Personal development teams, including "Henrik Thystrup", do not support the Push Notifications capability.

No profiles for 'dk.ceniconsulting.alarm' were found Xcode couldn't find any iOS App Development provisioning profiles matching 'dk.ceniconsulting.alarm'.

This error seems to be a common issue, but I haven't been able to find a definitive solution. I've already generated a certificate, identifier, and installed them, but the problem persists.

Does anyone have any insights or suggestions on how to resolve this issue? Or perhaps a link to a resource that addresses this specific problem?

Forgot to mention I have a paid personal developer account

My go-to reference for this sort of this is Developer Account Help > Reference > Supported capabilities (iOS). If you look at the Push notifications row, you’ll see that it’s supported for ADP (Apple Developer Program, that is, paid accounts) and AEDP (Apple Developer Enterprise Program) but not Apple Developer (that is, free provisioning, aka a Personal Team).

Forgot to mention I have a paid personal developer account

That might be true, but this problem suggests that you’re not using this account for this work.

In Xcode’s Signing & Capabilities editor, if you click on the Team popup, what do you see? I think you’ll see two entries, one for your free Personal Team and another for your individual paid team.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

signing and certificate
 
 
Q