mobfox / SDK-Plugins

plugins from various frameworks to our SDK
2 stars 2 forks source link

Unity Demo app #2

Open RacheliFoox opened 7 years ago

RacheliFoox commented 7 years ago

1.remove inventory hashes double initialisation. 2.update sdk version(both Android and iOS). 3.remove MobFoxSDKCore.bundle(assets/plugins/ios) 4.create interstitial button - creates interstitial and plays the video in background.

takephone commented 7 years ago

Hi Racheli, Re. item 4 - what hash did you use for this interstitial?

RacheliFoox commented 7 years ago

video test hash - 80187188f458cfde788d961b6882fd53

takephone commented 7 years ago

Hi, Re. item 4 - Seems this is an issue with the core sdk? I used the sdk demo app, but commented out the [self.mobfoxVideoInterstitial show]; in 'MobFoxInterstitialAdDidLoad', and the same happens - audio playback starts

RacheliFoox commented 7 years ago

updated to the latest sdk - works well.