Code

Discussion on Catch The Monsters | iOS Universal Geolocation Game Template (Swift)

Discussion on Catch The Monsters | iOS Universal Geolocation Game Template (Swift)

Cart 96 sales

82 comments found.

Do you offer customization support? I sent an email via profile page… id like to add other things then monsters like soldiers and resources that accumulate instead of just one monster at a time … would unity assets work for adding new monsters/soldiers

also does the game have a persistant world state built in?

Yes, I replied to your email Keith ;)

How do I turn off the CoreSimulator Bridge? Or is that required?

Figured it out ? All good ?

File upload by public is disabled. (Code: 130, Version: 1.14.2)

Once a monster is caught, will it still appear for other user?

Write me a ticket via my profile page. ;)

I made a ticket, the url is saying your account is not active?

hi do you offer Support

Yes of course, would you like to customize the app ? send us a message via my profile page. ;)

Hi, is there android version too? And does it use google map of free openstreetmap?

Great, do they use google map or free alternative?
and does it put monsters randomly and automatically or we can add monsters in places we want?

You can add monsters where do you want ? You need to have a paid Google developer account , you can say its free but after app goes live, you will pay for each api call to Google.

Good luck with your sales

I followed the guide, the phone looks at the infinite monsters while I am placed a close to me, thank you for helping me, plus the app does not stop frozen it is totally bug

Hi, Please open up a ticket at: https://cubycode.ticksy.com We will get back to you there. Thanks

We have checked on our end, the app is working fine. kindly open up a ticket here: https://cubycode.ticksy.com/ along with the detail of issue or image attached that what issue you are facing ??

I would like to create a game where the user catches animals, is it possible?

possible to named animals?

possible to give a description to the animals?

Yes its do able you can customize it as per your need.

Hi cuby code, great app but i had to modify facebook login code: With new ios version you have to put in inside your code for future purshase.

The problem is in Facebook login: // MARK: – DELEGATES FOR FACEBOOK LOGIN func application(_ application: UIApplication, open url: URL, sourceApplication: String?, annotation: Any) -> Bool {

return FBSDKApplicationDelegate.sharedInstance().application(application, open: url, sourceApplication: sourceApplication, annotation: annotation)
}

You have to had:

func application(_ application: UIApplication, open url: URL, sourceApplication: String?, annotation: Any) -> Bool {
return FBSDKApplicationDelegate.sharedInstance().application(application, open: url, sourceApplication: sourceApplication, annotation: annotation)
}
@available(iOS 9.0, *)
func application(_ app: UIApplication, open url: URL, options: [UIApplicationOpenURLOptionsKey : Any]) -> Bool {
}
return FBSDKApplicationDelegate.sharedInstance().application(app, open: url, sourceApplication: options[UIApplicationOpenURLOptionsKey.sourceApplication] as? String, annotation: nil)

And now it works well :)

thanks, anyway my never gave me an issue :)

And for activate vibror when you catch monbster: import AudioToolbox

And insert where you want to place it: AudioServicesPlayAlertSound(kSystemSoundID_Vibrate);

thanks for sharing

Is it possible to fetch all the “monsters” from the database and show on a webpage. This is needed for me, because I need to see, where I have put all the first monsters around my city, so I don’t put the next monsters too close to the others.

the php files you need don’t exist, you need to create them and host them on your website/server :) you may contact me by my profile’s contact form and let me know if you need a page with a list of monsters and a google map that shows pins in it where you inserted monsters, and i’ll get back to you with a quotation asap

Thanks, just did.

Feature wish: Achievements. When the players get more and more points, then it could be great if they are getting achievements – both iOS and android. Thanks,

thanks for your suggestion ;)

Feature wish: Abbility to have the catched monster to “reappear” on map efter a period. Like if I add a new monster, then I should be apple to select this monster can reappear xx hours after it have been catched.

that requires a Cron Job and a server with a php file to run it periodically, i’m not experienced with Cron Jobs though so i cannot help you with that

Thanks,

you’re welcome

How can a player gets the “monster”. I have a test build, and I am within 3 meters from the coordinates, and it don’t get “caught”. I have tested with two “monsters”.

Got it working – my fault. I didn’t click the “monster” icon to “catch” it.

ok cool ;)

ObjectID string, what to write here when adding monsters.

nothing, you may notice that when you add a row in your Parse Dashboard, the objectId gets automatically generated. so don’t touch it, otherwise you’ll mess the database up ;)

Can we incorporate Apple AR Kit? And Augmented Reality to make this more like Pokemon Go?

you can edit this template as you wish, i won’t do that in thhe original product because of its Android version (there’s no ARKit for Android)

Can you please refund me back then, as I thought this was Pokemon go clone? and my client wants that.

no, sorry, you had to check the app description and watch its video preview before buying the app, you would have clearly understood that there’s no AR in this app, it’s not mentioned anywhere nor it’s shown in the video preview.

Will this work with iOS 11 and latest xcode

Hi I am looking to buy this app but I have two questions.

1. Is it possible to control the number of times a monster can be found?

2. And is it possible to control the distance a user has to be from a monster before it shows up on their phone?

Thanks!

you’re welcome ;)

Sorry Last question – If I purchase both the Android and the IOS versions do they share the same database from back4app?

absolutely yes, use the same App Id and Client key for both Configs files in the apps

Hi,

Great work!

Two questions: 1. Can I change/replace the maps with something indoor? 2. Can I get the backend to host it on my own server?

Thanks.

Hi,
1. the map view cannot be replaced, it’s iOS native MapKit and it has its code to make the core of this game work.
2. you may search on Google for Parse Server self hosting tutorials or guides

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