https://github.com/jlopez/ane-testflight
TestFlight ANE
https://github.com/jlopez/ane-testflight
Last synced: about 1 month ago
JSON representation
TestFlight ANE
- Host: GitHub
- URL: https://github.com/jlopez/ane-testflight
- Owner: jlopez
- Created: 2012-05-02T22:45:44.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-03T20:02:08.000Z (over 12 years ago)
- Last Synced: 2025-05-02T04:43:56.953Z (about 2 months ago)
- Language: ActionScript
- Size: 2.88 MB
- Stars: 25
- Watchers: 8
- 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.