forked from MobiVM/robovm-robopods
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with ClearAds altpod #30
Comments
@vminc
thanks |
there is an issue in RoboVM obj-c runtime (not related to alt-pod binding).
make sure it is not removed by tree-sharer, just reference it somewhere:
|
fix in RoboVM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, we're trying to use the ClearAds altpods and run into this issue. It happens when an ad is about to be present (Banner or Interstitial):
Terminating app due to uncaught exception 'org.robovm.objc.ObjCClassNotFoundException', reason: 'org.robovm.objc.ObjCClassNotFoundException: Could not find Java class corresponding to Objective-C class: CleverAdsSolutions.ImpressionWrapper.
Is there an example of integrating with this altpod succesfully?
The text was updated successfully, but these errors were encountered: