Haha TTpro
Haha TTpro

Reputation: 5546

The iOS build of Unity requires In-App purchasing, although my game don't use IAP

I have a game in Unity which uses the Unity Analytics service. I have made sure that my Unity build don't have In-App purchases in the Unity Editor. I have never implemented In-App Purchases in my game and I have set the IAP option to off:

Unity_IAP_off

But my Xcode project generated by Unity shows the error, "The 'In-App Purchase' feature is only available to users enrolled in Apple Developer Program."
Xcode require IAP

What did I miss?

Upvotes: 7

Views: 2309

Answers (1)

Ruben Müller
Ruben Müller

Reputation: 51

Turn off the "In-App Purchase" Capability in XCode:
Edit:
1. Select Project
2. Select Capability
3. Turn In-App Purchases off

Turn off the "In-App Purchase" Capability in XCode

Upvotes: 1

Related Questions