Licensing and network communication
Hesham A. Amin
Posted on
Jul 07 2014
Hello I have a few questions regarding Raygun integration and usage:
- If I use Raygun4Net package, is it required to include any license in mobile or tablet apps?
- What if I don't renew my Raygun account, will this affect client applications?
- Is data transferred over SSL?
- Are there any required ports?
Thanks
Callum
Posted on
Jul 07 2014
- Nope, Raygun4NET is open source and totally free to include in your project, no license required - the project itself is MIT licensed.
- The only way it would affect it is that your client applications would continue to POST against the Raygun API when an exception is caught and sent. These messages would be stored if you ever decide to reactivate, but naturally you could remove Raygun4NET from the next version of your client application.
- Yes, SSL is required and enforced.
- Just 443 as above.
Hope this helps, any more questions let us know.