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

openPrivacyDashboard does not seem to work #260

Description

@abushnaq-work

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].

  • Integration
  • Analytics
  • Ads
  • Messaging/Push
  • IAP
  • Remote Configuration
  • Flurry Website/Dashboard
  • Other

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

  • iOS
  • tvOS
  • WatchOS

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

  • Flurry SDK: 12.3.1
  • Xcode: 14.2
  • iOS: 16.2

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions