This service integrates Castle Game Engine applications with Test Fairy. It’s a nice way to distribute mobile applications to your testers, gather logs, feedback etc.
Using this service is not necessary to use Test Fairy in a basic way. That is, you can distribute your apps through TestFairy without integrating their SDK.
Still, using this service enhances the experience. You will receive logs, videos, user can submit feedback (from the mobile application to your TestFairy application) and more. There’s no need to do anything on the Pascal side, you merely use this service.
To see the logs, make sure to turn "Application logs" in the "Metrics" section in the "Insights" tab of your application. This can be done after the app was uploaded or the first session performed. They are enabled by default, so usually you don’t have to do anything.
You need to specify "SDK App Token" inside CastleEngineManifest.xml when using this service:
<service name="test_fairy">
<parameter key="sdk_app_token" value="SDK-yyyyyy" />
</service>
Get your "SDK App Token" from your TestFairy dashboard settings.