ACRA formkey where to get it?

后端 未结 3 1670
囚心锁ツ
囚心锁ツ 2021-01-28 08:23

So I tried to follow instructions of https://github.com/ACRA/acra/wiki/BasicSetup but its too old or something.
Using my own gmail account I did import the csv file but the

相关标签:
3条回答
  • 2021-01-28 08:31

    Google spreadsheets are not supported on ACRA. Use a third party provider like BugSense instead or write your own error collector.

    0 讨论(0)
  • 2021-01-28 08:51

    As the use of Google Docs is deprecated for ACRA I recommend you to use BugSense as your Back-End service:

    1. Go to their site and sign in: http://www.bugsense.com/

    2. Create a new project to monitor in BugSense site, as a result you will receive an API Key for this application.

    3. Finally add this line to you Application class in you project:

    @ReportsCrashes(formUri = "http://www.bugsense.com/api/acra?api_key=YOUR_API_KEY", formKey="") 
    

    You can also check this blog post I wrote on:

    Crash Reports and Usage Monitoring

    0 讨论(0)
  • 2021-01-28 08:55

    I have tried ACRA with my custom domain which handled by google and at that time i could not found any option to create to

    Create a LEGACY Form

    then after i have tried with my personal gmail account and its works .

    so i came to conclusion is that :

    ACRA dose not support Third party domain even-though they provided google .

    0 讨论(0)
提交回复
热议问题