Reputation: 2590
I will implement push notification to my iphone app. I have created app id with wildcard before i have my provision profile and successfully test the app with my device.
Now i want to test my app with notification.
So i created a new app id without wildcard, created the certificates, i downloaded the provision profile and added to my provision profile list.
Now how can I change my projects provision profile? I delete the old one (the one with the wildcard) but it says there is no valid provision profile..
Any help will be appreciated. Thanks
Upvotes: 0
Views: 202
Reputation: 540075
In Xcode, select your target and go to "Build settings". Search for "Code Signing Identity". There is a pop-up where you select the profile.
Upvotes: 1