I am connecting to Xero through their API with OAuth2. In the past I used to create Demo companies on Xero to test the application I was developing.
Every time the Demo company expired I created a new one and reconnected to Xero through the API. This worked for over 6 months of development.
Now Xero is telling me I have hit the 25 connections limit, but as far as I understood, Demo companies are not included in the connection count for the app limit. Where am I going wrong ?
I cannot delete any stored connections as they are live customers and I am not trying to add new customers. I am just trying to connect demo companies to Xero to continue development.