flurry / flurry-ios-sdk

Flurry iOS SDK CocoaPods
Apache License 2.0
155 stars 65 forks source link

openPrivacyDashboard does not seem to work #260

Open abushnaq-work opened 1 year ago

abushnaq-work commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

When we call Flurry openPrivacyDashboard it opens a link on the Flurry site which redirects to an error page titled Something went wrong. Note that we see the same problem on the Android side as well. I've also reproduced this with the Flurry sample app.

This Bug is About Please choose the closest item by replacing [ ] with [x].

Platform Please choose the platform(s) that you are having the issue by replacing [ ] with [x].

Environment Please tell us the versions of Flurry SDK, XCode, and iOS you are using.

To Reproduce Steps to reproduce the behavior:

  1. Add the following line to any flurry app:
  2. [Flurry openPrivacyDashboard:^(BOOL success) { NSLog(@"In here now"); }];
  3. Run the app and make sure the code is executed.
  4. The page that opens in the browser goes to an error page instead of the dashboard.

Screenshots If applicable, add screenshots to help explain your problem.

Screenshot 2023-08-03 at 11 17 46 AM

Additional context Are you using Flurry Push/Messaging? No (iOS) Are you using CocoaPods or manual binary integration? Cocoapods

Add any other context about the problem here. If I pass a clearly junk key into Flurry(e.g. notaflurrykey) the link works just fine and does not error out.

flurrydev commented 1 year ago

@abushnaq-work Thank you for reporting the issue. Our team is investigating the error.