Disable all unity services but IAPs while the game is live

Hi,

Currently in our game we’re using the service In-App Purchasing (with the plugin and package) but we want to turn off the others services like Analytics.
Our main doubt is if we disable these services except IAPs: will we have issues while the game is live in production? Could players continue playing without issues? Could players buy products? Or will we have errors because we are using Unity IAPs without Analytics?

Thanks!

IAP will operate normally without Analytics or any other services enabled.

1 Like

Indeed. You may find disabling Analytics difficult in the menu, because both switches are currently partially bound, but if you manually modify your settings, the calls to Analytics will simply not reach the backend network. Your app should still build and run normally.

In a future version of In-App Purchasing, as well as the Service Window, Analytics will be optional.

1 Like