0

I keep on getting this error when I try to run the app on my iPhone. I'm running Xcode 7.3 and had started to get this error on Xcode 7.2. I have tried pretty much every solution I could find, but none seem to work. I also tried using the previous versions of Xcode, and didn't seem to resolve the problem either. My iPhone is running iOS 9.1. Is there any work around this?

These are some of the solutions I followed but didn't work:

Error : The service is invalid

how to remove error the service is invalid please check your setup and try

Warning dialog "The Service is Invalid" when building and running App in XCode 4

Community
  • 1
  • 1
Sharukh
  • 199
  • 1
  • 1
  • 12
  • 1
    If you're jailbroken you can try the answer I posted here: http://stackoverflow.com/questions/36267670/xcode-7-3-ios-9-1-jailbroken-please-check-your-setup-and-try-again-0xe80?lq=1 – Row Rocka May 11 '16 at 17:17

1 Answers1

0

I had this issue when attempting to register for remote push notifications in my app, in the end it was because I had assigned the iOS Team provisioning profile to the app as opposed to the one I generated in the developer portal. The error occurs because the one that xcode generates doesn't include include permissions for remote notifications.

Dave Lister
  • 336
  • 3
  • 9