ChartBoost / ios-sdk-example

iOS Chartboost SDK example app
6 stars 3 forks source link

[MO-5256] Update Example App to work with 9.0.0 #40

Closed CB-JavierSerrano closed 2 years ago

CB-JavierSerrano commented 2 years ago

Overview

Update example app to work with SDK version 9.0.0

Technical Changes

Replace CBLocationDefault with empty string Add cache banner button and action Remove Bridging header from Swift project Update Podfiles (Will not work until SDK repo is updated to 9.0.0) Add File.swift to Objective-C project to include swift libraries when building (I had de same problem described in this stackoverflow question and applied the highest scored solution)

Acceptance Criteria

Review

@arnaumartifont @daniel-barros @XabierLosada