Reputation: 5546
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:
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."
What did I miss?
Upvotes: 7
Views: 2309
Reputation: 51
Turn off the "In-App Purchase" Capability in XCode:
Edit:
1. Select Project
2. Select Capability
3. Turn In-App Purchases off
Upvotes: 1