Home

Awesome

 

<p align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://cdn.adguard.com/public/Adguard/Common/Logos/ios_dark.svg" width="300px" alt="AdGuard for iOS" /> <img src="https://cdn.adguard.com/public/Adguard/Common/Logos/ios.svg" width="300px" alt="AdGuard for iOS" /> </picture> </p> <h3 align="center">The most advanced Safari content blocker and privacy keeper for iOS</h3> <p align="center"> Top-notch ad blocking in Safari, anti-tracking protection and DNS privacy. </p> <p align="center"> <a href="https://adguard.com/">Website</a> | <a href="https://reddit.com/r/Adguard">Reddit</a> | <a href="https://twitter.com/AdGuard">Twitter</a> | <a href="https://t.me/adguard_en">Telegram</a> <br/><br/> <a href="https://github.com/AdguardTeam/AdguardForiOS/releases"> <img src="https://img.shields.io/github/release/AdguardTeam/AdguardForiOS/all.svg" alt="Latest release" /> </a> <a href="https://agrd.io/ios"> <img alt="iTunes App Store" src="https://img.shields.io/itunes/v/1047223162.svg"> </a> </p>

AdGuard for iOS is an app that blocks ads in Safari browser at exceptional level, and also provides additional Premium features like configurable DNS settings, encrypted DNS support (DOH, DOT, DNSCrypt), and custom ad blocking subscriptions. To get more information and to download AdGuard for iOS, visit our website.

<p align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://cdn.adtidy.org/content/github/ad_blocker/ios/dark_home.png" width="250"> <img src="https://cdn.adtidy.org/content/github/ad_blocker/ios/home.png" width="250"> </picture> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://cdn.adtidy.org/content/github/ad_blocker/ios/dark_protection.png" width="250"> <img src="https://cdn.adtidy.org/content/github/ad_blocker/ios/protection.png" width="250"> </picture> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://cdn.adtidy.org/content/github/ad_blocker/ios/dark_stats.png" width="250"> <img src="https://cdn.adtidy.org/content/github/ad_blocker/ios/stats.png" width="250"> </picture> </p>

<a id="contribution"></a>

Contribution

<a id="issue"></a>

How to report an issue?

GitHub can be used to report a bug or to submit a feature request. To do so, go to this page and click the New issue button.

Note: for the filter-related issues (missed ads, false positives etc.) use our reporting tool.

<a id="contribution-translating"></a>

Translating AdGuard

If you want to help with AdGuard translations, please learn more about translating our products here: https://kb.adguard.com/en/general/adguard-translations

<a id="contribution-other"></a>

Other options

Here is a dedicated page for those who are willing to contribute.

<a id="beta-tester"></a>

How to become a beta tester?

You can submit an application to participate in AdGuard for beta-testing program. All necessary information on this topic can be found on the dedicated page.

<a id="our-plans"></a>

Our plans

To see the 'big picture', to watch current progress and to get an idea of approximate dates for upcoming AdGuard for iOS releases, see this page: https://github.com/AdguardTeam/AdguardForIos/milestones

<a id="how-to-build"></a>

How to build

(optional) Install a newer ruby version:

brew install ruby

Add to your ~/.bash_profile

export PATH="/usr/local/opt/ruby/bin:$PATH"
export PATH="/usr/local/lib/ruby/gems/2.7.0/bin:$PATH"

Prepare

Prepare and install Ruby bundler:

Configure bundler to use local directory for storing dependencies:

Then run bundle install:

IMPORTANT: before running Fastlane, you need to place the App Store Connect API key to fastlane/AuthKey.p8.

Then you can run Fastlane using a command like this:

Register your device:

Codesigning

Run this command to get proper codesigning certificates:

Actions

Actions below are supposed to be used from CI only:

In the case when certificate expires, you may need to nuke the old certs and generate them again:

bundle exec fastlane match nuke development
bundle exec fastlane match nuke distribution
bundle exec fastlane generate

In order for fastlane to work properly in CI environment, we use spaceauth.

Run this command to generate FASTLANE_SESSION which you'll then need to use on the CI server:

bundle exec fastlane auth

Acknowledgments

Please visit the acknowledgements page