Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jlopez/ane-testflight

TestFlight ANE
https://github.com/jlopez/ane-testflight

Last synced: about 2 months ago
JSON representation

TestFlight ANE

Awesome Lists containing this project

README

        

Testflight ANE
==============
This library provides support for TestFlight/HockeyApp crash reporting,
update notifications.

Usage
-----
For iOS add the following to your Info.plist additions:

TFTeamToken@TESTFLIGHT_TEAM_TOKEN@
TFSetDeviceIdentifier

For Android, add the following to your Manifest additions:












Both `WRITE_EXTERNAL_STORAGE` and `UpdateActivity` may be omitted if update
functionality is not desired.

Then just call `TestFlight.init()` to install.