Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

[Help] Flurry upload unwanted data to server #1

Open
panq-jack opened this issue Jul 8, 2020 · 0 comments
Open

[Help] Flurry upload unwanted data to server #1

panq-jack opened this issue Jul 8, 2020 · 0 comments

Comments

@panq-jack
Copy link

By using this demo, I found Flurry initialization with sending some data which is not intentional to server.
here are the steps:

  1. clone this repo and build.
  2. add activity navigation at someplace, like when clicking a button.
    activity?.startActivity(Intent(context, TestActivity::class.java).apply { putExtra("flurry_key", "not expect to happen") putExtra("jjjjppppp", "ppppppppjjjjjjj") })
  3. then open the app and execute the activity jump
  4. capture Flurry request
Z{"fl.launch.options.key":"flurry_key","fl.launch.options.values":["not expect to happen"]}�ó�É�������s(0±S�����;ë����T{"fl.launch.options.key":"jjjjppppp","fl.launch.options.values":["ppppppppjjjjjjj"]}

I did not want this info( activity intents ) be uploaded, as it is of security, Could you
help to look into this question?
thanks, contact me if any further questions.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant