Jc.GMA.iOS
11.13.3
See the version list below for details.
dotnet add package Jc.GMA.iOS --version 11.13.3
NuGet\Install-Package Jc.GMA.iOS -Version 11.13.3
<PackageReference Include="Jc.GMA.iOS" Version="11.13.3" />
paket add Jc.GMA.iOS --version 11.13.3
#r "nuget: Jc.GMA.iOS, 11.13.3"
// Install Jc.GMA.iOS as a Cake Addin #addin nuget:?package=Jc.GMA.iOS&version=11.13.3 // Install Jc.GMA.iOS as a Cake Tool #tool nuget:?package=Jc.GMA.iOS&version=11.13.3
Jc.GoogleMobileAds.iOS
Google Mobile Ads SDK iOS Bindings
Breaking Changes
Each major version contains breaking changes according to the Google AdMob SDK. Please refer to the Google AdMob SDK for more information. The headline changes relevant will be listed here.
v9.x.x to v11.x.x
- The minimum supported version of iOS is now 13.
- Note: SDK 11.0.0 still builds on iOS 12 devices, but ads will not serve.
- armv7 support has been removed from the SDK
More info can be found here
Usage
To use Jc.GoogleMobileAds.iOS, you can add the required packages to your project:
dotnet add package Jc.GMA.iOS
dotnet add package Jc.UMP.iOS
To use the latest v11.13.0
, you must add this target to your csproj file to support linking with Swift system libraries
<Target Name="LinkWithSwift" DependsOnTargets="_ParseBundlerArguments;_DetectSdkLocations" BeforeTargets="_LinkNativeExecutable">
<PropertyGroup>
<_SwiftPlatform Condition="$(RuntimeIdentifier.StartsWith('iossimulator-'))">iphonesimulator</_SwiftPlatform>
<_SwiftPlatform Condition="$(RuntimeIdentifier.StartsWith('ios-'))">iphoneos</_SwiftPlatform>
</PropertyGroup>
<ItemGroup>
<_CustomLinkFlags Include="-L" />
<_CustomLinkFlags Include="/usr/lib/swift" />
<_CustomLinkFlags Include="-L" />
<_CustomLinkFlags Include="$(_SdkDevPath)/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/$(_SwiftPlatform)" />
<_CustomLinkFlags Include="-Wl,-rpath" />
<_CustomLinkFlags Include="-Wl,/usr/lib/swift" />
</ItemGroup>
</Target>
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-ios18.0 is compatible. net9.0-ios was computed. |
-
net8.0-ios18.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Jc.GMA.iOS:
Package | Downloads |
---|---|
Plugin.AdMob
AdMob plugin for .NET MAUI. |
|
Jc.AdMob.Avalonia.iOS
Google AdMob for Avalonia on iOS. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
11.13.4 | 120 | 2/26/2025 |
11.13.3 | 96 | 2/23/2025 |
11.13.2 | 173 | 2/20/2025 |
11.13.1 | 136 | 2/16/2025 |
11.13.0 | 106 | 2/16/2025 |
11.13.0-preview100 | 97 | 2/16/2025 |
10.14.0-preview100 | 92 | 2/16/2025 |
9.14.0 | 704 | 12/14/2024 |
9.14.0-preview300 | 170 | 12/14/2024 |
9.14.0-preview200 | 201 | 12/14/2024 |
9.14.0-preview100 | 220 | 12/14/2024 |
8.13.0 | 269 | 12/13/2024 |
8.13.0-preview100 | 276 | 12/12/2024 |