103 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
217
views
Will collecting iOS advertisingIdentifier ever lead to crash?
Our app collects idfa through this API.
It's a simple computed property:
var idfa: String {
return ASIdentifierManager.shared().advertisingIdentifier.uuidString
}
But seems like it has a very low ...
4
votes
0
answers
628
views
Request consent for iOS in Flutter
I want to request consent using UMP SDK in iOS app. I followed this article. In short, I did following.
main.dart:
void main() {
requestConsent();
MobileAds.instance.initialize();
runApp(const ...
2
votes
1
answer
1k
views
What UUID algorithm do Android and iPhone use for advertising IDs?
I've read about the different versions of UUIDs available and in some UUIDs you can reverse-engineer the timestamp the UUID was generated by extracting several bits from the string.
I've successfully ...
1
vote
0
answers
883
views
How can I set up Firebase without IDFA collection using direct SDK download?
I have Firebase set up in my iOS app. I don't use CocoaPods, so I integrate using the direct download of the framework zip file, as described here.
On their Configure Analytics Data Collection page, ...
0
votes
0
answers
1k
views
Flutter app rejected by Apple due to advertising identifier in app category for kids
My app needs to use this package facebook_app_events in order to track app installs when promoting my app on Facebook and IG. The problem is, Apple is not allowing me to publish the app in the kinds ...
2
votes
1
answer
3k
views
Does Android have an IDFV?
I would like to use the IDFV feature on Android and I'm stuck in searching for a good alternatives. Can anyone suggest a good alternatives if it's available for Android it's really appreciating
2
votes
0
answers
563
views
Disabling IDFA in Firebase Analytics conflicts with Google Analytics
We are developing an app in iOS and using GA & FA at the same time. To comply with Apple's ATT, we would like to disable IDFA collection according to user consent.
According to Firebase, To ...
1
vote
1
answer
3k
views
App Tracking Transparency implementation for a iOS app based on a WebView
I did many researches on the web but I did not find a clear answer to doubts.
I need to publish an update for my iOS app.
Now it is mandatory that app implements App Tracking Transparency if the App ...
2
votes
0
answers
797
views
IDFA not used, do we need to show App Tracking Transparency popup?
Seeking expert advice
I am working on an OTT platform for a client that has iOS and tvOS apps;
I am a bit confused about whether we should show the App Tracking Transparency pop up for this app if we ...
0
votes
1
answer
306
views
Facebook iOS SDK links unwanted AdSupport library
TL;DR: Adding the latest Facebook iOS SDK to a new, empty project puts AdSupport in the link table. AdSupport provides the ASIdentifierManager, which provides the IDFA. For a kids' app, this means ...
3
votes
0
answers
119
views
Apple privacy questions if only using SKAdNetwork and not IDFA for Admob
I researched quite a while and cannot find a definite answer to my question: How to answer Apples privacy questions in regards to Admob while using only SKAdNetwork and not intending to track users ...
0
votes
1
answer
559
views
Is the requestTrackingAuthorization only needed for IDFA?
I am getting confused if we have to show the requestTrackingAuthorization prompt or not. I thought it needs to be shown when third parties collect any data. Not I got the information from onesignal (...
1
vote
0
answers
367
views
Google Ads For Kids Category Ios
I have an application in kids category. It rejected when I want to upload new version. I wonder that can't we show ads in apps that belong to the kids category? Please make a suggestion.
I'm using ...
6
votes
1
answer
2k
views
Asking AppTrackingTransparency permission for using google analytics , is mandatory?
I am using Google Analytics SDK in my application.
It uses the demographic area, age and other user informations.
So, Am I need to ask permission for AppTracking manually or it was handled in google ...
2
votes
2
answers
3k
views
App Tracking Transparency permission is not prompting when trying to download the application in the App Store through the Apple Ad
We Added the ATT(App Tracking Transparency) into our latest Application release, and everything worked fine except for one thing.
When our users try to download the application in the App Store ...