Search Unity

IAP disabled on Apple and XCode but it is still working

Discussion in 'Unity IAP' started by drndfx, Mar 4, 2019.

  1. drndfx

    drndfx

    Joined:
    Jul 3, 2013
    Posts:
    89
    I was testing my app on ItunesConnect Testflight section.
    The IAP I created in Unity seems to be working on test iPhone.
    But there are two places you can turn on the IAP on
    1) https://developer.apple.com/ > Certificates, Identifiers & Profiles > App IDs >
    2) Also on XCode > Capabilities
    Even if the IAP is disabled/or turned off my app seems to be processing IAP fine.
    Do I need to turn these on and enable them when it's time to publish my app?

    Please see the attached.
     

    Attached Files:

  2. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    No, these should not be necessary. At least, I've never had to touch them. But better asked to Apple Support.
     
  3. drndfx

    drndfx

    Joined:
    Jul 3, 2013
    Posts:
    89
    Thank you.