AdSupport

RSS for tag

Provide apps with access to the advertising identifier and a flag that indicates whether the user has chosen to limit ad tracking using AdSupport.

AdSupport Documentation

Posts under AdSupport tag

85 results found
Sort by:
Post not yet marked as solved
357 Views

AdMob rewarded video not working before app is published

Hi, my app got rejected because the review team said it is not working as intended. In effect I have a button that opens a page only after the user watches an AdMob rewarded video. In the version I submitted, after I updated my real AdMob app ID and ad unit ID for the rewarded video, the video doesn't launch hence the page that the use should access by clicking the button won't open. Google says that new iOS apps will show ads only after the app is published on the Store so now I am in a loop where the review team doesn't seem to publish because they think there is a bug but the rewarded video won't start until the app is published. Do you have any suggestion about how to solve this? Google AdMob says the following in the page related to "common reasons for ads not showing": Note: New iOS apps will not show Google ads until they’re listed in the Apple App Store.
Asked
by faldon.
Last updated
.
Post not yet marked as solved
206 Views

We do many tests but can't receive SKAdNetwork install postback.

We generate pair keys with p256 curve reference Register An AD Network - https://developer.apple.com/documentation/storekit/skadnetwork/registering_an_ad_network . I installed profile to speed up the test. And used Singular and PubMatic provided sample in github. I also check those sample, and there are no problems as i mind. But we can't receive postback after test many times. I used source app id = 0 for the test.
Asked
by YetNelson.
Last updated
.
Post not yet marked as solved
85 Views

Device management

Hi. I have been trying to find my device management .there is profile under vpn but no device management
Asked
by 8277.
Last updated
.
Post not yet marked as solved
362 Views

AttributionTokenInternalError: Error posting to Attribution server

Hey guys, we implemented [AAAttribution attributionTokenWithError] in 2 apps. https://developer.apple.com/documentation/adservices/aaattribution/3697093-attributiontokenwitherror?language=occ To track the errors we added logging with Firebase Crashlytics. Based on our Crashlytics logs roughly 8% of the users encounter an AttributionTokenInternalError: Error: NoAdNetworkToken - Generating AdNetwork token failed with Code: AttributionTokenInternalError Message: Error Domain=com.apple.ap.adservices.attributionError Code=2 "Error posting to Attribution server" UserInfo={NSLocalizedDescription=Error posting to Attribution server} Affected iOS versions include: 14.4.1 14.4.0 14.3.0 There are no patterns in affected device models. Seemingly all models are affected, including: iPad Pro iPad Air 2 iPhone SE (2nd generation) iPhone 12 Pro Max During our own testing, we could not reproduce any errors with an iPhone 8 on iOS 14.4.1. We were also not able to reproduce any errors with the public beta iOS 14.5. Are there any solutions to that? What can cause this AttributionTokenInternalError?
Asked Last updated
.
Post not yet marked as solved
187 Views

exact keywords not showing up when exactly searched

So I've set up all of the campaigns types(discovery, generic, competitor, brand)about 18 hours ago, and there has been 0 impressions for every campaigns except for Discovery Campaign's Search Match. FYI, currently: Manual keyword set ads are running 100%(not paused or anything), nor any problem regarding the payment. To test out if the ads are running properly, I've tried: typing in a very specific exact match keyword(one that one one else would search up) from my Brand Campaign keywords but it doesn't show any results(shows "No Results") when it should be showing my app on ads if not organically. clicking on one of my ads with my phone several times, but the new statistic wasn't applied. Is there a way for me to check if my keywords ads are working as they should be? I hope I'm simply being too desperate. Thank you.
Asked
by shiml45.
Last updated
.
Post not yet marked as solved
1.2k Views

AdServices AAAtribution

Hi, Im trying to generate attribution token via AdServices framework that appears in the docs. Im using xCode 12.3 and cant import AdServices, the IDE doesn't recognize it. What am I missing?
Asked
by talbigvu.
Last updated
.
Post not yet marked as solved
161 Views

Access to SDAdNetwork

Hi, I am trying to get access to the SDAdNetwork program and have completed and submitted the form here https://developer.apple.com/contact/request/ad-network-id/ and got a confirmation to say that they had received it. However it has been nearly 14 days now and I still haven't had any subsequent updates and so am wondering what the best way to proceed would be. I did try and contact support but each time it just generates a new Case and then I still get no updates even if I reference the other tickets. Please help
Asked
by Airnow.
Last updated
.
Post not yet marked as solved
11k Views

New Download link to iAd 2021

Hi! I used to have the iAd app before it got discontinued. My laptop broke, and I lost my data, and I have been looking for another download link. I need this because I am looking to experiment with integrating iAds with my app. Thank you in advance! I know that iAds won't work anymore, I just want to use this for experimental purposes.
Asked Last updated
.
Post not yet marked as solved
195 Views

Big Sur: OD: More than 1 Primary Group being reported for a Mobile Login account.

Hello, I am running into a strange issue with the ODQueryCreateWithNode() call on an account that has Mobile Login switched on a Mac OS Big Sur system. AFAIK, the issue does not occur on Mac OS Catalina or below. Somehow, OD/DS are reporting more than 1 Primary Group for the account. The setup is, Mac OS Big Sur. Machine bound to AD Server. Mobile Login checkbox checked in Directory Services. The tool queries via ODQueryCreateWithNode() call passing in the given uid_t and next on its results, it iterates and ask for items with Attribute kODAttributeTypePrimaryGroupID via the ODRecordCopyValues() call for each item. Strangely, the result is more than 1 unique Primary Group being reported among the results of ODQueryCreateWithNode call. The tool reports: user belongs to primary Group: 20 user belongs to primary Group: 110233109 Also, the id command when run from Terminal on the same system reports, id -gn staff id uid=110233109 gid=20(staff) ..... The tool links OpenDirectory Framework and Directory Services Framework. #import OpenDirectory/OpenDirectory.h #import DirectoryService/DirectoryService.h QUESTION As per the internet, a user can belong to ONLY 1 primary group. Even if this is theoretically possible, why is the code reporting the issue only on Big Sur ? Also, if there are multiple values reported for Primary group, which is the value that should take effect ? Is it the first reported value in the Array of results ? Regards, Vikram.
Asked
by Vikram_SW.
Last updated
.
Post not yet marked as solved
77 Views

To pair apple watch series one to Iphone 12,IOS 14

Hello, I have faced a problem to pair my apple watch series one to my new Iphone, It gives a message: To upgrade the software, but as I push Upgrade, after a few seconds, it gives a message that it can not be upgraded.
Asked
by Vahid901.
Last updated
.
Post not yet marked as solved
106 Views

Issue with the rigth speaker macBook Pro after download macOS Big Sur

I have the issue of crackling sound from the right speaker on my Macbook pro 15 inch (2017) after downloading a new OS. macOS Big Sur ver 11.2.3. Why is that? and How to solve it? any suggestion?
Asked
by CharsBP.
Last updated
.
Post not yet marked as solved
245 Views

Testing SKAdnetwork conversion values

Hello, We implemented necessary codes and want to test our advertised app’s registerAppForAdNetworkAttribution - https://developer.apple.com/documentation/storekit/skadnetwork/2943654-registerappforadnetworkattributi and updateConversionValue - https://developer.apple.com/documentation/storekit/skadnetwork/3566697-updateconversionvalue methods, using SKAdNetwork profile - https://developer.apple.com/documentation/storekit/skadnetwork/downloading_a_testing_profile Do we have to test it on a live app? Or can we use a testflight version?
Asked
by architile.
Last updated
.
Post not yet marked as solved
70 Views

Banner Ad

Are there any alternatives to AdMob?
Asked Last updated
.
Post not yet marked as solved
185 Views

Moving from in‑app purchases to ads

Hello, I would be grateful if someone could help me with several questions I got after trying to move from in-app purchases to ads in my mobile app. Previously my app contained in-app purchases and did not contain ads. I decided to change the monetization model: now all the content in my app will be for free and available after watching an ad. So, I removed in-apps from the code, added AdMob, and here are the questions: Is it possible to make such changes within a new version? Or such global changes will require removing my app from the store and adding a separate new version with ads? If such changes are available within the same app in in new version, how should I update the information about the app: from "Free Offers In-App Purchases" to "Ad"? Will adding this information into information about major changes in the version I send for submission will be enough? Again, if point 1 is valid, should I remove in-apps from the app page in appstoreconnect? How should I update the rating? Currently, my app is 4+, but I believe, adding the ads may influence the rating. I don't want to limit the ads, as, although, my app does not contain any sensitive content, in fact, my app is for grown-ups, not for children. As far as I understand, just editing the Age Rating settings, setting all the points in it to "INFREQUENT/MILD" is not correct. Plus, in this case, I get a "Based on your selected age rating, the app will not be made available on the App Store." notification.
Asked Last updated
.
Post marked as solved
462 Views

tracking requests by applications

After I entered the beta testing program and installed version 14.5, tracking requests by applications became unavailable. They are permanently off and cannot be turned on. I exited the program and rolled back to 14.4, but the problem persists. I need tracking access to work. I am a game developer. Please help as soon as possible. It is desirable to give the answer in Russian.
Asked
by HSCN.
Last updated
.