“no valid aps-environment entitlement found for application”

前端 未结 10 1973
长情又很酷
长情又很酷 2021-01-31 15:01

I am encountering this error when I am loading an Ad Hoc build of my Push Notification enabled iPhone app onto my device:

no valid aps-environment entitle

相关标签:
10条回答
  • 2021-01-31 15:42

    Generate a Provision Profile specific for your App ID (Push Notifications Enabled), do not use the widlcard ones

    0 讨论(0)
  • 2021-01-31 15:42

    I kept going through the process over and over again with one mistake... the Provisioning profile i kept on using was DEVELOPMENT this WILL NOT WORK

    you NEED to use ADHOC provisioning profile

    0 讨论(0)
  • 2021-01-31 15:43

    For IONIC USERS:-

    CAUSE:- If you are running your app in iphone using "ionic run ios" then this will also cause the same problem. SOLUTION:- instead you must run your ios app using XCODE to install app into iphone.

    SOLVED MY PROBLEM!!!!

    0 讨论(0)
  • 2021-01-31 15:47

    In my case, I renamed the App. So the provisioning profile was generated for the old App-ID. All I had to do, was to change the App-ID and add an new provisioning profile with the new App-ID.

    0 讨论(0)
提交回复
热议问题