Hi, I am inspecting a service for unity logs, a place where I can view and monitor my app debug.logs. like Kibana for example, I am struggling to find a good solution, a one that will not force me to install third party sdk, due to apple’s store restrictions for kids apps.
does any one have a good recommendation for production grade application ?
Your post doesn’t make sense. You are asking for a third party SDK and saying you don’t want to install third party SDKs.
You can always hook Application.logMessageReceived and do whatever you like with the messages.
There are also asset store products to help surface log messages onto the device itself.
@rimon You might be able to use Unity Analytics and send this information in a Custom Event Record Custom Events