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 :
- extracted nightly.zip and opened gdx-backend-iosmonotouch-sources
- From there I changed IosGraphicsjava.
- I then made a new jar file gdx-backend-iosmonotouch.jar and replaced it with original jar file in the nightly folder.
- 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.