Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlopez/ane-testflight
TestFlight ANE
https://github.com/jlopez/ane-testflight
Last synced: about 2 months ago
JSON representation
TestFlight ANE
- Host: GitHub
- URL: https://github.com/jlopez/ane-testflight
- Owner: jlopez
- Created: 2012-05-02T22:45:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-03T20:02:08.000Z (about 12 years ago)
- Last Synced: 2024-08-04T05:03:23.220Z (5 months ago)
- Language: ActionScript
- Size: 2.88 MB
- Stars: 25
- Watchers: 9
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-actionscript-sorted - ANE-testflight - Apple TestFlight ANE (Native Extension / API ANE)
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@
TFSetDeviceIdentifierFor 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.