You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
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:
Add the following line to any flurry app:
[Flurry openPrivacyDashboard:^(BOOL success) { NSLog(@"In here now"); }];
Run the app and make sure the code is executed.
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.
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.
The text was updated successfully, but these errors were encountered:
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 titledSomething 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:
[Flurry openPrivacyDashboard:^(BOOL success) { NSLog(@"In here now"); }];
Screenshots
If applicable, add screenshots to help explain your problem.
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.The text was updated successfully, but these errors were encountered: