Unity IAP & Ads

Do you need a iOS dev account to at least start playing with Unity IAP and ads?

For IAP, yes. For IAP to function, the app needs to be published, generally to a test track during development, on the store for security. This requires a developer account.

Ok, thanks.

You could continue development in a limited fashion. In your IAP button in the meantime, just set a Boolean value like bought50GoldCoins = true or similar.

[[quote=“JeffDUnity3D, post:4, topic: 876685, username:JeffDUnity3D”]
You could continue development in a limited fashion. In your IAP button in the meantime, just set a Boolean value like bought50GoldCoins = true or similar.
[/quote]
]( Unity IAP & Ads - #4 by JeffDUnity3D report)
Alright