Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

In my game when i touch on advertisements and press back button to return on game the i am getting a black screen. I referred this link

http://badlogicgames.com/forum/viewtopic.php?f=11&t=7673

I tried to change IosGraphics.java but the change is not reflected in monotouch project.

I did the following :

  1. extracted nightly.zip and opened gdx-backend-iosmonotouch-sources
  2. From there I changed IosGraphicsjava.
  3. I then made a new jar file gdx-backend-iosmonotouch.jar and replaced it with original jar file in the nightly folder.
  4. Compressed all the files from nightly folder in .zip file. Used this .zip file to make a new project throuch gdx-setup-ui.jar. I tried to open my project in monotouch and from com-gdx-backendios.dll i found that the changes in IosGraphics are not being reflected.

Am i missing something ?? Or is there any other better way to do it????

I even tried to open gdx-backend-iosmonotouch-sources.jar with winrar and edit IosGraphics.java and save it. even this didn`t work.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.