/
iOS Demo Applications

iOS Demo Applications

  • All the demos have examples for all the AdFormats documented.

  • Each demo is a demo for each Implementation Type and how they are configured from the point of view of a Publisher.

  • Please, keep in mind they have been done for the purpose of showcasing the solution and and may not be optimized or with correct design patterns.

Repo Link to check the demos clone the monorepo and test the apps locally.

Single Tag Demo

Purpose

This demo showcases the use of Tagged Wrappers and Triggers. There are wrappers in all Screen UIViewControllers.
The demo app showcases

  • How to initialize the SDK with an enabled single tag.

  • How to show Ads by putting tags on the screens.

  • How to show interstitial by putting a tag on the button.

  • How to show interstitials on screen-to-screen transitions.

  • How to incorporate ads in the infinite scroll.

Manual Implementation Demo

Purpose

This demo showcases how to use RefineryAdFactory with each ad format and also illustrates how quickly, in terms of lines of code added, you can add monetization to the app.

The demo app showcases

  • How to initialize the SDK in the manual mode.

  • How to display a banner or out-stream advertisement on the screen.

  • How to display an interstitial advertisement.

  • How to incorporate ads inside the scrollable views such as table view or collection view.

Related content