Google Double Click GADDoubleClickParameters.h file not found ios - ios

I want to implement Google Double Click into my iPad.
I am following
https://developers.google.com/adsense-for-mobile-apps/docs/ios/doubleclick/
In setup section doc specify to copy GADDoubleClickParameters.h file.
I have searched a lot but could not get this file in SDK .
Sdk that i get is
https://developers.google.com/mobile-ads-sdk/download#downloadios
Can somebody guide me how can i implement double click in ios if i follow above guide.

I think there is a mismatch between Google AdSense Mobile and Google AdMob Ads; GADDoubleClickParameters.h is required by the formed, while you are downloading the latter.
It seems that Google AdMob Ads supersedes AdSense Mobile:
The new SDK provides numerous advantages over the previous AdMob and AdSense for Mobile Applications SDKs and lays the framework as we work towards a single, comprehensive app monetization solution. Key features include access to the latest ad units, tablet formats for Android, iOS 4.3, and Windows Phone 7 support. (source)
If you want to use Google AdMob Ads, I would suggest having a look at the sample projects that Google provides.
Hope it helps.

Related

How to Use Google Ads with my iOS App and Comply with App Tracking Transparency

I have an iOS app that I would like to advertise using Google Ads. However, because I can't track conversions it just says "Misconfigured".
I am currently updating my app and I have create a Firebase Project and imported Firebase into my App as Google Ads suggested.
But I am now concerned about Apple's App Tracking Transparency and the 'nutrition' label. If I select the dependancy "FirebaseAnalyticsWithoutAdIdSupport" is that enough to set up a conversion, like "First Open" to satisfy Google Ads but also enough that I don't need to ask permission from my app user to track anything.
Personally I don't really want to track or collect any data, alls I want is for my Google Ads to work so if there is another way around it that would be preferred.
If you plan not to implement ATT framework, Firebase Analytics SDK automatically registers your app to Apple's SKAdNetwork to track your attribution. As per this Google Ads doc, it says that SKAdnetwork works with Google Ads and Firebase, so you should be able to track your ads. Make sure you're using the latest Firebase Analytics SDK version for iOS. As the SKAdnetwork is only available on SDK version 6.29.0 and higher versions.

IOS 14 Admob ads implementation App Tracking Transparency

I'm using Unity and Google Mobile Ads 8.7.0 to implement ads in my game. I've read Google Prepare for IOS here https://developers.google.com/admob/ios/ios14. But confused where and how to implement the required source codes.
The file states that we should place -void requestIDFA in our XCODE project. Few videos on YouTube has placed the code in their AppDelagate.h script.
But Admobs SDK 8.7.0 dosent include an AppDelagate.h file. Where should I place the -void (requestIDFA) script from Google. Will anywhere suffice or must there be a specific place you implement it.
You're probably the one who asked me on my YouTube video, and I answered you.
However the simplest solution is to use the Unity package iOS 14 Advertising Support, you find it in the package manager.

Swift 3 .If I will use google Maps in my project (google sdk) will the user need to instal google maps before using it?

Swift 3. If I use google Maps in my project (google sdk) and whenever user will open View Controller with this maps will the user need to download google maps or it will work straight away even if user haven't got installed google maps?
Thank you
If you use Google Maps in your application through the SDK, there is no requirement for the user. They don't need to have the Google Maps app on their phone.
So yes, it will work straight away.
The only things you need to make sure is to make sure you configure the SDK as described in Google's SDK Start Guide and that you have an API key requested from Google and configured it in your app.
Size impact
It is hard to say how the Google SDK impacts the size of your app, because Apple does a lot of optimization (e.g. If you allow App Thinning it might be a lot smaller). I think for my apps it makes about a 3-10 MB difference.
iTunes Connect allows you to inspect the estimated size of the app. The screenshot is from an app I worked on that uses 13 different pods, including Google Maps.
In order to see this go to iTunes Connect > [Your App] > Activity > All Builds > [Select a Build] > App Store File Sizes

How to integrate Aftership API in ios

I am working on iOS App where I have to use Aftership SDK for tracking the order-details. While integrating aftership sdk with my app I am facing problem of app crash. I have followed their doc https://www.aftership.com/docs/api/4 also downloaded the SDK from the link https://github.com/AfterShip/aftership-ios. It is not get clear, how to use from its docs page to integrate this API and I haven't found any useful blog or article which would guide me to integrate this.
Also we need to use pods for installation. As I am new to iOS I am not getting how to use pods and make the SDK ready.
This is my first time working on these type of project so Can anyone please help me, to get this done. I will be very thankful.

Google maps SDK Version Issue - IOS

Am using Google maps SDK in my app and I had to support 5.0 also but Google maps does n't support 5.0. How to implement my app for 5.0
Is there any link to download Google Maps SDK 1.4.x?
Thanks in advance,
There's a "Releases" webpage for the GoogleMaps SDK which list what's changed from version to version.
They do allow downloading releases from one or two versions back, but there's no actual link there for 1.4.X.
However, when I tried manually typing in a link of "https://dl.google.com/geosdk/GoogleMaps-iOS-1.4.3.zip", it successfully downloaded. Grab it now, because it is likely to be gone within the next month or two.

Resources