Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Welcome to MobiVM Discussions! #566

Tom-Ski started this conversation in General
Mar 18, 2021 · 3 comments · 4 replies
Discussion options

👋 Welcome!

We’re using Discussions as a place to connect with other members of our community. We hope that you:

  • Ask questions you’re wondering about.
  • Share ideas.
  • Engage with other community members.
  • Welcome others and are open-minded. Remember that this is a community we
    build together 💪.

To get started, comment below with an introduction of yourself and tell us about what you do with this community.

You must be logged in to vote

Replies: 3 comments 4 replies

Comment options

I didn't contribute to it but only used it. Am I welcomed here?😏

You must be logged in to vote
3 replies
Comment options

I have been using robovm from the beginning. I even got a Robovm T-shirt from the previous owner of it, posted through half plannet😂 Most of my Libgdx games/APPs were ported to IOS via Robovm without much trouble. That's amazing considering my zero knowledge of IOS. I really appreciate the work of your guys.
One complaint: Robopods for Admob is highly outdated! I am quite familiar with Libgdx but really don't know how to update the robopods. Please pay attention to this. Lots of people depend on Admob heavily...

Comment options

@bitdream hey, there is unofficial alt-pods with mostly up-to date frameworks there https://github.com/dkimitsa/robovm-robopods maintained by me, please raise an issue if something broken there (as mostly not tested)

Comment options

yes yes thanks. Glad there is one other option for us. But why the offcial one is less updated than the unoffcial one. That's unreasonable🤦

Comment options

Hi there! Been using RoboVM since its early days in all of my iOS apps. It's one of the greatest pieces of Java software especially together with libGDX 💪.
I love to see that there is still an active community behind it that keeps it up-to-date. I myself, try to contribute wherever I can.
Cheers!

You must be logged in to vote
0 replies
Comment options

Hi everyone. I here because I really need help. I have a completed game which works both on iOS and Android. I do have ads working on the android version, however I am really struggling with the iOS version. I have been trying for almost 2 weeks now. Here is what I have been doing...

  1. add allProjects.ext.robopodsVersion = "2.2.3" to gradle
  2. add implementation "com.mobidevelop.robovm:robopods-google-mobile-ads-ios:$robopodsVersion" to gradle
  3. download sdk for ads
    4)created 3 folders in the ios directory (libs, arm_libs, sim_libs) and add framework into files.
    5)add framework and frameworkPath to robovm.xml file
<frameworkPaths>
 <path>libs</path>
 <path variant="device">arm_libs</path>
 <path variant="simulator">sim_libs</path>
</frameworkPaths>
 <!--AdMob-->
<framework>GoogleAppMeasurement</framework>
<framework>GoogleMobileAds</framework>
<framework>GoogleUtilities</framework>
<framework>nanopb</framework>

then I click run. I get this error.

ERROR] 15:45:25.373 Undefined symbols for architecture arm64:
[ERROR] 15:45:25.374 "OBJC_CLASS$_GADInterstitial", referenced from:

Would any of you be able to help me out. I have no idea what I'm doing wrong.

You must be logged in to vote
1 reply
Comment options

please keep questions in separates topic (please create a new discussion topic to discuss GAD issue).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

AltStyle によって変換されたページ (->オリジナル) /