Code

Discussion on Catch The Monsters | Android Universal Geolocation Game Template

Discussion on Catch The Monsters | Android Universal Geolocation Game Template

Cart 106 sales

107 comments found.

Hello , is it possible get some extension/customisation from your side for additional payment ?

Yes of course, just submit a ticket here – https://cubycode.ticksy.com/submit ;)

Have same issue, even downloaded latest code change today and still exists have raised ticket

let me know what issue you are facing ?

Checking and replying over there.

Hi. I have the same issue. when I try to get the directions to the monster on the app. The whole app resets

Lastnight add a ticket: 2127560 Answer Please. Thanks, regards

I have replied via ticket please check

Thanks, message readed, i will wait for new app release, regards

ok thanks

Great work on the app, I’m having only one problem. when I try to get the directions to the monster on the app. The whole app resets.

Please share your error logs and screens in a ticket here : https://cubycode.ticksy.com/submit ;)

error in Login.java activity.. its with getting permissions when trying to get user’s current location…

protected void getCurrentLocation() { locationManager = (LocationManager) getSystemService(Context.LOCATION_SERVICE); Criteria criteria = new Criteria(); String provider = locationManager.getBestProvider(criteria, true); if (ActivityCompat.checkSelfPermission(this, android.Manifest.permission.ACCESS_FINE_LOCATION) != PackageManager.PERMISSION_GRANTED && ActivityCompat.checkSelfPermission(this, android.Manifest.permission.ACCESS_COARSE_LOCATION) != PackageManager.PERMISSION_GRANTED) { return; } currentLocation = locationManager.getLastKnownLocation(provider);

if (currentLocation != null) {
    } else { locationManager.requestLocationUpdates(provider, 1000, 0, this); }
}

the error is at the code written in Box

Hi Sam_Inc, what’s the error message?

its not and an error that stops the program but clearly is a new way of taking location of phones above api 23..

It seems your way is no longer accepted.. build the program and see the error im talking about in login.java

Can I edit the monsters with questions? I want users to answer to complete the missions with A B C D choice. When users answer is right. They got points, if the answer is wrong, new random question will appear. Is it possible in one spot location have more than 1 questions?

Yes, sure we can customize this for you if you want.

if i buy this can i replace monsters? like money or something? and also can i set each item how rare to find etc?

Yes, you can make any customization you want.

Fundamentally Gems Hunter and the Monster Hunter are the same.. is that correct ?

They are a bit different, check the youtube videos and read the product descriptions.

Hello, good morning, first congratulate them for their excellent work, on the other hand I wanted to ask if the application works offline, in case there is no signal in remote places. I await your prompt response to buy your product. Best regards.

Hi ezecoronel, actually there is a way to have the app working offline, it can be achieved by storing the data locally on the phone. Also, there can be implemented some mechanism by which the app would take the data from the Parse database when there is internet connection or take it from the local database when there isn’t one.

Very good, thank you very much for answering my questions, can you make that modification? and what cost would it have?

Contact me in private

Thank you for the beautiful game today I finished everything and it is now on the store. But I want to add a large number of monsters all over the state. But it is almost impossible to do it

no sorry

Thank you for this amazing game. However, the back4app.com site may charge a fee for its use. I hope in the future to make a control panel (php) until I upload it on my servers until I rest assured full control of the game

you have to still pay an annual fee for the hosting of your server if you ise mySQL, while back4app is free forever if you stay in the limits of the free plan :)
Anyway i’m not experienced with mySQL for mobile

I want to buy it but I have questions 1. Do the game players can go out to the streets and hunt monsters 2. The game has a control panel 3. can i add and modify the monsters and change the shape

i’m not experienced with video ads, you should search for tutorials on google or get my Interstitial ads template here if you are ok with interstitial ads: https://codecanyon.net/item/amdroid-universal-admob-banner-interstitial-ads-template/19912715

thanks but i need Button Increase the number points by a certain number, for example 10

you can change the points on the Monsters in your parse dashboard

Hi. How can I adjust the distance to catch the monesters from 50m to 10m only? or any other number?

please ignore this comment, i didnt notice your reply to my previous question

How to hide/disable adMob banners in the game??

please read the FAQs in this app description ;)

Hi Is it possible to re-adjust to (5 meters) instead of (50 meters) to catch the monster? I to distribute monsters in a short range, and with 50 meters catch range all monsters will be catched at once! Any suggestions?? or help on where to change this?? or it is not possible?

also: how to remove ads? I dont want ads on my game..

How easy it is to change the name of monsters to gems and to change the pictures?

pretty easy, the user guide included in the package of this template explains how to do that ;)

Also, in the instructions, in point 4, I cant find Home.java.

Yep, that’s a mistyped error, it should be Nearby.java :)

I followed the instructions, when I run it for the first time, I got this error

======================== Installation failed with message Failed to finalize session : INSTALL_FAILED_DUPLICATE_PERMISSION: Package ctm.domain.com.catchthemonsters attempting to redeclare permission in.wptrafficanalyzer.locationroutedirectionmapv2.permission.MAPS_RECEIVE already owned by com.domain.gems. It is possible that this issue is resolved by uninstalling an existing version of the apk if it is present, and then re-installing.

WARNING: Uninstalling will remove the application data!

Do you want to uninstall the existing application?

How to solve it?

Do you want to uninstall the existing application?
just click yes

I solved this issue by replacing

<permission android:name="in.wptrafficanalyzer.locationroutedirectionmapv2.permission.MAPS_RECEIVE" android:protectionLevel="signature" />

with

<permission android:name="my.package.name.permission.MAPS_RECEIVE"  android:protectionLevel="signature" />

perfect, great job!

is it like PokeMon Go ? .can i see the demo ?

No, it’s not like Pokemon Go, but the game logic is similar, you can check the video preview of the iOS version ;)

Hi. Can you create different competitions running at the same time with this?

Hi, any user from around the world can play this game at anytime, you may place monsters at a certain area (let’s say Manhattan) and have multiple players searchung for those monsters around that area.

// IMPORTANT: AFTER YOU'VE CREATED YOUR OWN APP ON https://back4app.com AND PASTED YOUR APP ID AND CLIENT KEY INTO Configs.swift, RUN THE APP ONLY ONCE AND WAIT FOR AN ALERT TO SHOW UP. // THEN COMMENT THE LINE OF CODE BELOW: createMonstersClassAndData()

What does it mean “comment the line of code?”

Just put // in front of it?

yes, like this:
// createMonstersClassAndData()

Such an amazing work mate , i love it

thanks

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey