[Closed] Automatic Turn on In App Purchase Capabilities in iOS

Hi,

as titled. I wish to automatically had the In App Purchase Capabilities enabled everytime when i build to xcode project everytime to avoid redundant effort to be done(turn on In App Purchase Capability). Is there a way/script to do that automatically?

as far as i can search i found that there is a post in stackoverflow are asking the same idea as me:
https://stackoverflow.com/questions/43404707/xcode-capabilities-settings

Thank you.

2 Likes

@Appxplore

I don’t know of a way to automatically set that capability. However, Unity IAP should still function correctly regardless of that switch (as mentioned in the stackoverflow post).

It does… but submitting to test flight results in a rejection I believe. It’s kind of annoying to have to set it each and every time when you make a test flight build.

I also met the same problem when I update my Xcode to v8.3.3. It’s really suck that I can’t automatically build ipa like before.
So , @Appxplore have you found any solutions?
Any helps will be grateful.

Same here, need to manually enable IAP and GameCenter in XCode every time I build.