Questions tagged [mobfox]
33 questions
0
votes
1 answer
I'm using SmartyAd SDK and getting error project not building
I'm using this library:-
implementation('com.smartyads:ad-container:0.4.7', {
exclude group: 'com.google.android.gms'
transitive = true
})
I have used this SDK and it's giving me error like:-
Unable to resolve dependency for…

Twisha Kotecha
- 1,082
- 1
- 4
- 18
0
votes
1 answer
Connecting iOS app with MobFox
I followed the documentation to add MobFox ads in my application. For some reason I am getting the error : Could not connect to the server.
func mobFoxAdDidFailToReceiveAdWithError(_ error:Error!) {
…

Wajahat Iqbal
- 25
- 9
0
votes
1 answer
mobfox Ads in Adobe Air For Android Apps
I recently signed up for mobfox Ads and on their site says it supports Adobe Air apps.
But on their git hub page there is no list of Air ane or Adobe Air app integration.
Not sure were to begin or how to start integrating mobfox ads into my flash /…

Sean Carroll
- 107
- 1
- 14
0
votes
1 answer
Adding Mobfox banner ad code in activity
I'm trying to add mobfox ads to a simple webview app and I followed their guide. But I'm unable to figure it out, especially the MainActivity.java part. Getting different errors like class,interface or enum expected etc. Can somebody tell me how to…

Arjun p
- 1
- 1
0
votes
1 answer
Setup Mobfox in Admob
I'm trying to setup MobFox in Admob , ask me the API Key, I take the apikey that is on My Account / Account Information , but always gets the status of pending before the Admob and most times the apikey field is reset.
How do I proceed to setup the…

Marco Riesco
- 401
- 1
- 6
- 17
0
votes
2 answers
ObjectiveC framework in Swift app causing errors (MobFox ad network framework)
I'm trying to implement MobFox ad network into my Swift app. The framework is built in ObjC which I'm not familiar with.
I have added my bridging header.
Im getting 2 errors which I cannot figure out. This is the code that is producing the…

Bingo
- 375
- 6
- 17
0
votes
1 answer
Ad network redirecting to safari or app download every 5 seconds - iOS
I've had a lot of users complain about my ads automatically redirecting them to safari or iOS app store every 5 seconds without even pressing the ad. Anyone have this issue? I can't seem to pinpoint the problem or even the ad network.
The app that…

jon_na_fun
- 1,113
- 2
- 11
- 19
0
votes
0 answers
iPhone duplicate symbol error
I have iPhone App and i want to include MobFox ads in it, after i add their Framework i got this error:
duplicate symbol _OBJC_CLASS_$_CDataScanner in:
…

YosiFZ
- 7,792
- 21
- 114
- 221
0
votes
1 answer
Interstitial change admob to MobFox
I have a source code with interstitial admob, I've changed Interstitial MobFox, the game runs but does not show interstitial
I put the code used to generate the interstitial, to help me
import com.adsdk.sdk.Ad;
import…

Javitopo
- 1
- 1
0
votes
1 answer
Playing video Ads with VAST2.0 on Cordova\Phonegap application
I'm developing Application on PhoneGap\Cordova platform, and willing to integrate MobFox video ads.
I'm trying to play video-ad, when getting a VAST 2.0 XML from MobFox ad-server, But can't figure out how...
Test Ad…

GalDude33
- 7,071
- 1
- 28
- 38
0
votes
0 answers
Mobfox interstitial not showing
I configured the Mobfox SDK with its own functions and use Admob mediation to requests ads. The problem is that the requests are done (I can see them in Admob) but they are not shown (I do not have impressions). What could it happen?
Btw, of course,…

YisasL
- 315
- 1
- 11
0
votes
1 answer
Adding AdMob to project with MobFox SDK currently integrated
I downloaded and integrated the MobFox SDK into my app and it works just fine (currently receiving test banners only).
I also have an AdMob account and wish to now use AdMob for when I don't receive an ad from MobFox.
I've looked at the MobFox…

Zippy
- 3,826
- 5
- 43
- 96
0
votes
3 answers
MobFox build crashes x86_64 mach o linker error
I am currently receiving the problem that i cannot build my iOS App for my iphone 5s anymore. I am always receiving an apple mach o linker error, because the MobFox SDK was not build for arm64. We are currently using the version 5.0.0, is there an…

Wall-E
- 95
- 7
0
votes
1 answer
MobFox iOS integration "Cannot find protocol declaration"
I have been trying to integrate MobFox in one of my iOS apps and I'm stuck with a problem.
I have added the framework to the project, and all the other necessary files as well but when I try to add MobFoxVideoInterstitialViewControllerDelegate…

Marin Bînzari
- 5,208
- 2
- 26
- 43
0
votes
1 answer
Ad networks for web apps made with phonegap
Are there ad networks like leadbolt or mobfox where they give you html code which can be inserted into my phonegap app without needing to install a sdk. For example leadbolt has
script type="text/javascript"…

user2309644
- 11
- 2