-
Notifications
You must be signed in to change notification settings - Fork 136
-
👋 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.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 3 comments 4 replies
-
I didn't contribute to it but only used it. Am I welcomed here?😏
Beta Was this translation helpful? Give feedback.
All reactions
-
🎉 1
-
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...
Beta Was this translation helpful? Give feedback.
All reactions
-
@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)
Beta Was this translation helpful? Give feedback.
All reactions
-
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🤦
Beta Was this translation helpful? Give feedback.
All reactions
-
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!
Beta Was this translation helpful? Give feedback.
All reactions
-
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...
- add allProjects.ext.robopodsVersion = "2.2.3" to gradle
- add implementation "com.mobidevelop.robovm:robopods-google-mobile-ads-ios:$robopodsVersion" to gradle
- 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.
Beta Was this translation helpful? Give feedback.
All reactions
-
please keep questions in separates topic (please create a new discussion topic to discuss GAD issue).
Beta Was this translation helpful? Give feedback.