Alap Anerao
Alap Anerao

Reputation: 2153

ios APNS issue xcode 6.4

I am using APNS in my ios application. I have tested APNS in debugging mode. Now when i am creating a build, the app is not able to Register For Remote Notification.

and it goes to didFailToRegisterForRemoteNotificationsWithError method.

Everything goes well when i connect device with xcode and test APNS, but when i create a build and install it to my device, i am getting below error:

no valid 'aps-environment' entitlement string found fot application. code=3000

Any solution?

Update

My app always uses wild card profile to generate IPA file, dont know why.

Upvotes: 0

Views: 178

Answers (1)

Shabbir
Shabbir

Reputation: 86

Delete wild card profile and refresh xCode from preferences.

Upvotes: 1

Related Questions