Questions tagged [mobivm]
5 questions
5
votes
1 answer
Undefined symbols for architecture arm64: Failed to build RoboVM/LibGDX project
When I trying to build roboVM/libgdx app on my ios device, I'm seeing the following error.
[ERROR] 13:49:29.414 Undefined symbols for architecture arm64:
[ERROR] 13:49:29.414 "_OBJC_CLASS_$_GADInterstitial", referenced from:
[ERROR] 13:49:29.415 …

Gag Baghdasaryan
- 716
- 1
- 11
- 22
0
votes
1 answer
Implementing AdMob Rewarded video ads in IOS module( libGDX)
I've added interstitial admob ads in my ios version of my libgdx game.
but i can't find something like GADRewardedVideo
// Build.Gradle
implementation "org.robovm:robopods-google-mobile-ads-ios:1.6.0"
// IOSLauncher
import…

YVND
- 359
- 3
- 15
0
votes
1 answer
Cannot install RoboVM plugin on IntelliJ Idea
IntelliJ Idea fails when trying to install RoboVM plugin. I found these errors in the log:
Caused by: java.net.UnknownHostException: download.robovm.org
It must be a problem of the server, because I cannot access with an Internet browser…

Fran Marzoa
- 4,293
- 1
- 37
- 53
0
votes
1 answer
Login google by RoboVM/RoboPod
Anyone here has used roboPod of roboVM for google sign in.i'm appreciate if you concern my post and answer to me. I don't know how to using this library and i've ever knew programming…

Hồ Quốc Huy
- 95
- 1
- 8
-1
votes
1 answer
AdMob in libGDX game on iOS
My question might seem quite easy for you, but I have no experience at this point.
I want to implement AdMob in libGDX game on iOS devices(it's already implemented in Android version). Unlucky examples on Admob website targets Swift and…

Borr
- 23
- 3