Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Bug [Unity Push Notification] [iOS] Provisioning profile does not match

Discussion in 'Player Engagement' started by rdossantos_unity, Apr 25, 2023.

  1. rdossantos_unity

    rdossantos_unity

    Joined:
    Mar 7, 2022
    Posts:
    7
    I'm getting the error below while I'm building on Unity Cloud Build.


    Error Detail with sample information:
    - INFO: ▸ ❌ error: Provisioning profile "Sample Development" has app ID "com.project.sample", which does not match the bundle ID "com.project.sample.notificationservice". (in target 'notificationservice' from project 'Unity-iPhone')

    Well, the bundle ID didn't match, but the suffix notificationservice was appended automatically. We can check the package script make the action.



    Question:
    • I saw again the integration guide and I didn't see the specific situation of notificationservice append. What do I need to change? just the Topic ID modification will be necessary?
    upload_2023-4-24_20-53-15.png

    Extra Info:

    - Unity Version: Unity 2022.2.11f1
    - Xcode Version: Xcode 13.4.1
    - Ruby version: 2.7.4
    - Package version: 3.0.1-pre.1
     
    JimAnderssonItatake likes this.
  2. JimAnderssonItatake

    JimAnderssonItatake

    Joined:
    Aug 8, 2019
    Posts:
    1
    I have the same problem.

    - Unity Version: Unity 2021.3.21f1
    - Xcode Version: Xcode 14.1.0
    - Ruby version: 2.7.4
    - Package version: 3.0.1-pre.1