47 comments found.
Is there a friend or follow feature so that users can view friend questions? Also, is there a iOS demo on TestFlight? I tested the Android demo apk today; my question pins aren’t showing in the map and the app is unstable (hangs/crashes). Hopefully the iOS version is more stable.
Please test once the iOS app as its more stable and can run smoothly, regarding your question, you can see friend’s questions and can follow them in the app. Please let us know if iOS have some issues we will get back to you soon, or you can submit a ticket here https://cubycode.ticksy.com/submit
this is almost 1 year old no updates. apple may not approve it because it doesnt work on latest ios versions. any update planned? i want to buy.
Sure, we can help you with the app after purchase.
Is there a way to quickly change all the Brand Assets and the AppIcon png’s? Exporting them one by one in different sizes is very time consuming.
Hi Luckily, Yes, you can quickly change the size of brand Assets and App-Icons, just design one standard App-Icon and Brand Assets Image from App, The App-Icon Size will be of 512×512 and when you open that icon image you can see the option on the image viewer “Show markup toolbar” right after rotate screen option at the top. Then you can change the size of the App icon according to Apple’s standard App icon’s Size Same will be applied to Brand Assets Image. The benefit of this will be you don’t need to design new icons with different sizes.
for any other issue you can open up a ticket here: https://cubycode.ticksy.com/
Is there a web version of this?
Sorry but only IOS and Android versions available
I’m thinking of doing a soft release of the app in just a certain city. Would it be difficult to add boundaries to where you can ask questions?
No its not much difficult. you can open up a ticket here https://cubycode.ticksy.com/ we can do customize work for you also but it would be paid obviously.
Hi, I really like the concept of the app but the UX/UI seems a little bit old. It is posible to customise easily the look of the app?
Yes, it can be done, you just need to make the designs or let us do that for you.
So if I give you the design (a .psd template) can you add it? It is easy to do by my self?
Yes if you know how to work in Swift 
Hi, if I don’t, how much would you charge me to redesign the interface? Do you have an email for talk about this?
Contact me via my profile page.
Apple rejected my app for testing stating the app is crashing on iPhone 12.2 and iPad via WiFi, Anyone available to assist?
The app is crashing when clicking “edit” on the profile page. For some reason when I login with facebook it doesn’t show my facebook avatar but the default avatar for my app, with a long ID next to it, when I click edit it crashes the app, in Xcode it brought me to this set of code where the error was coming from, some Nil error:
// GET USER’S DETAILS let currUser = PFUser.current()!
usernameTxt.text = "\(currUser[USER_USERNAME]!)"
emailTxt.text = "\(currUser[USER_EMAIL]!)"
avatarImg.layer.cornerRadius = avatarImg.bounds.size.width/2
let imageFile = currUser[USER_AVATAR] as? PFFile
imageFile?.getDataInBackground(block: { (data, error) in
if error == nil { if let imageData = data {
self.avatarImg.image = UIImage(data: imageData)
}}})
}
Apple rejected my app for testing stating the app is crashing on iPhone 12.2 and iPad via WiFi, Anyone available to assist?
Hello, Ive purchased this template and want to know if the issues I asked of above were resolved so I can submit my app for approval?
Also, where do I change the name of the Badges? Example, “Panda Helper” I can see the images in the assets folder but nowhere in the code can I find where to change the badge names and the documentation doesn’t mention the badges at all. Thank you for your help.
Hi, I’m still awaiting a reply for a customization of this app. Also, has the app been updated to rectify this issue:
From Apple 1. 2 Safety: User Generated Content Guideline 1.2 – Safety – User Generated Content Your app enables the display of user-generated content but does not have the proper precautions in place.
Please get back to me. Thank you.
I’d like to customize this app to make it a “bar crawl” app strictly for finding bars and creating “crawls” with friends. How much for this customization?
It can take up to 40 hours. For more info please contact me via my profile page. Thanks 
hello, how long do the posted questions stay searchable? and is this changeable? f.e. can i set it to a year or so? thank you!
did you find time yet to look at my question? thank you!
hello, seems great app, swift 4.x and ios 12 coming?
This should work fine with ios 12 and swift 4.x
thank you! 2 more presale questions: -does admob still fully work? -if so, is there an option for in-app-purchase (to remove it)? thank you,
Yes, it works. You saw the app presentation on YouTube?
just had a look: looks great. wanna buy, but -is there an in-app purchase (remove ads)?, i did not see one. -can you have a look on the map for f.e. a whole country and see ALL the locations graphically where all questions in that zoomed area are?
thank you brother!
Yes, in app purchase now, with the map – yes.
nice! apple IAP (storekit), right?
Please help me on….how to remove the Admob by Google?.....thanks in advances
You have to delete the imports from Google Ads, after that delete the code that will give yo u the warning ( that the imports was deleted ).
Hi Cubycode, Please help me with full instruction. because i am a beginner in xcode. I din’t understand your instruction before. thanks in advances
love your app…..its amazing
Thank you buddy, please rate my app: https://codecanyon.net/downloads
Hello, how are you? I just brought this app, could you please tell me if there is a guideline for how to connect the app with black4app ?
Thnaks
i follow the duc, and everything is fine but i faced two problems 1- when i login with facebook, it open the facebook app and i can give it a permission, but after return to the app it says “login canceled “
2- why username is case-sensitive ? for example : cubycode is not like Cubycode i tried to create account with (yousuf) but when i logout then login with (Yousuf) it does not work , it must be (yousuf) _
1. Then you probably haven’t correctly configured Facebook login, please double check all your settings, accordingly to what’s explained in the Documentation, and also check the xcode console log which should print out the reason of your issue 
2. well, because that’s how Parse works, any many other login systems in many apps, username should be case-sensitive because it’s unique, like a password
i rechecked and solved all the problems but only one problem still not working it is the notifications and i am sure i followed the instractions it is not the first time i create development and production ser. in app
push notifications work if the app is in background or open, not killed. please check the Past Push console on back4app, in your Parse Dashboard, see if the notifications are flagged as SENT or FAILED
some of them are send and some failed and other some are sending ,
but all of them have 0 value (Successful Deliveries) also i tried to open two account in two different device and post question then let the in the background and from the other device i wrote a comment on that qestion then i checked the Push console on back4app it is send but it is not shown on the other device and still the value of (Successful Deliveries) is 0
one thing you have to do is to uninstall the app from your device and remove your test users from the User class, then install the app again and sign up as a test user, that’s because the Installation class of your device will store the user’s id when you allow the app to receive push notifications. that’s because you configured push notifications after testing the app and creating test users
uninstall the app from your device = done remove your test users from the User class = where is the userclass? is it in back4app?
i deleted everyting users sessions activity then i installed the app again in the both devices and i opened new accounts still i did not get the notification
by the way in class ( installation class ) both devices has same (identifier) is this the problem?
that’s weird, rows cannot have the same objectId, otherwise i don’t know what you mean with (identifier), anyway the User class in in the Parse Dashboard. delete all rows in that class, and in the Installaion class as well, then uninstall the app. please also double check your .p12 files in the iOS Push Notifications section on back4app, make sure there is a Development and Production files uploaded
yes im sure it is .p12 with no password
the pic is unclear, anyway i guess the useriD cell contains the objectid of your test user, right? try to double check everything, push notifications must work, see if the Bundle Identifier you’ve set in Xcode matches the App Id you’ve registered on your Apple Developer portal to generate the push notifications certificates
one question, do i have to upload the app on appstore and install it from appstore to test the notification?
absolutely no, you can test pushes locally by running the app via Xcode 
Another question: Should I upload both development and production Ser. On back4app? Or just the development only? I uploaded both and now when I push , it is remaining on (sending)
I want to send you email with (extra edited on the app and add new easy feature) how can I communicate with you?
absolutely, you have to generate and upload both Certificates, otherwise your app won’t send pushes when it’ll be live on the App Store.
you can contact me through my profile’s contact form 
I’ve sent you though the form
thanks, i don’t work on weekends but i’ll reply to you asap 
Ok take ur time, I will be waiting for your replying , because I want to upload it to App Store .
Thanks cubycode
you’re welcome
Hello, I’ve done push notification processes, but now it (sending) status in back4app
what does it mean (sending) i have done everything correctly
maybe the push notifications server of your back4app app is down right now, so take your time to double check everything and try again tomorrow, it may work
i contact the support they said: “Could you please downgrade your Parse Version to 2.6.5 ?”
i did but stil not work and it is stuck on : sending
i told the support and they said:
(Just checking) Is it working via cloud code? According to the logs, the pushes are being sent.
Also, can we test it in our side? Can we use some existing Installation? If so, can you please send us its object ID?
what is the object ID so i can send them to do the testthe objectid is the first column of a class in your Parse Dashboard, so it seems you have to enter the Installation class and copy the objectid of the row that contains your username
Hello, the support said that https://c.top4top.net/p_838nnv9v0.png What’s wrong?
i don’t know, i would have to check your xcode project and parse dashboard, because if push notifications don’t work then you may have missed something in the configuration and creation of .p12 Certificates
i sent you my login info
ok i’ve got them, i’ll check it out later
i solved the problem with notifications
good job 
look, for the certificate you need to create one for development and another Separate one for production
i made mistake and i use one for both
i have questoin do you have android version for this app?
no problem, many users do that easy mistake, it happens 
Yes, of course, there’s a button in the description page, anyway here’s the link: https://codecanyon.net/item/aroundme-android-universal-geolocation-questions-app-template/20568064
ok one question in android can i use the same account in backpack? and the same App ID and client ID and the same DATABASE?
of course, you actually MUST use the same App Id and Client Key of your parse app on back4app you used in your iOS app 
there is many problem shown in design when you change your iphone settings from standard to zoomed
see: https://www.gulf-up.com/downloadf-1524643868151-zip.htmli’m sorry but what does that website show? what’s the matter of your question?
It’s two screenshots of the problem I put them together in zip
well, this app has a custom design which doesn’t support the iOS native zoom, you must disable it
Bro When I upload an image It takes to mush time Could you tell me where can I find the code that related to the image upload?
if questionImg.image != nil {
let imageData = UIImageJPEGRepresentation(questionImg.image!, 1.0)
let imageFile = PFFile(name:"image.jpg", data:imageData!)
qObj[QUESTIONS_IMAGE] = imageFile
}
Anyway, there’s no way to control the uploading speed, so you may decrease its scale from 600px into 400px, for instance, in this line of code:
questionImg.image = scaleImageToMaxWidth(image: image, newWidth: 600)In this way, the image will be compressed more and it’ll take less time to be uploaded to the server
Hello cubycode, how are you? Could you tell me from where can I change the text that shown in Activity page “Commented your Question:”
it is not in Activity page
Hi, it’s not there because it’s a string for a push notification and it heys called on the method that sends a comment in QuestionDetails.swift. Useful Tip: whenever you want to search a string in the code, use the Find tool, it’s the lens button on the left panel of the Xcode window, type
commented your questionand you’ll find it
hi cubycode i want to pay the android verson but you upade the app and removed the banner ads (admob) and i prefer the banner not the Interstital ads
can you help?
Hi, well that would be a customization job, so please contact me by my profile’s contact form and i’ll get back to you asap
no it is the old version the old one that have the banner ads
well, when I update an app, the old version goes away, I only have the current version, that’s why I would have to build the code and layout design again if you want AdMob banners 
but i dont know you removed the banner it is better than other and the best way, is not to remove a feature, but build another one next to it, and let the customer choose
anywhy , will you build the banner in the next version?
No, i won’t put the banners back to this app, because Interstitials are better, banners occupy space on the screen, I’m free to update my apps as I wish, after all
Many users keep asking me for Interstitial ads and remove banners, so that’s what I’ve just done.
i have question please if i enter to the question list i see alert says : object not found
what does that mean?
Object not found. (Code: 101, Version: 1.14.4)
thanks i found the problem it is becoze there is a i deleted the user but i forgot to delete his question
right
hello cubycode i added new row in _user class but i could not call it i am trying to call an object from the _user class i can not call ( only the : username – avatar – email – isRepoted )
i tryed: let this_u = PFUser.current()! print(” value : \(this_u[Is_vip])”)
it is not working
the User class doesn’t work like other custom classes, you must edit it through the app, basically, that’s why there’s an Edit Profile screen. Parse SDK stores data locally for the User class so if you manually edit in the Parse Dashboard, you need to logout, quit the app, open it again and login to see the changes
Mr Cubycode I meant how to call it
I got error in the code, When I try to print : PFUser.current It print -username -email - avartar - ACL
How can I print new parameter (after I added it _user class)
as i explained above, i don’t think you can print that data unless you logout, quit the app and login again. i would have to see your code anyway because your explanation is not so clear, anyway what’s the console message? it tells you what the issue is about, otherwise it’s hard to understand what error you get
anyway this is a customization request so please contact me by my profile’s contact form, thanks
Hi, I want to suggest the implementation of timestamps per questions and questions can disappear from map after a few days or weeks.
that requires a CronJob through a web server, so i cannot make it since you would need to buy a hosting and a domain with cPanel to enable that CronJob and build the necessary php file to be called
I have hosting that can facilitate this but. How about just a field that will allow the user to input a time and date after the description field. I am not using this app to take questions but for another purpose? This app is great by the way, problem free.
The problem is that if I put a code in the app, and let’s pretend you don’t use the app the day that a question expires and should be removed, the app won’t call the delete question function, obviously, that’s why the only way to achieve that is a CronJob, and I’m not experienced with it btw, I only know that’s what’s needed to achieve that feature 
Oh I see, got it, thanks.
you’re welcome.
Are you apps translated in french ?
no, all my apps are in English 
Is it possible to translate them in french ? Make them multilanguage ?
yes, you would have to do a Localization job in the code though, something like this: https://medium.com/lean-localization/ios-localization-tutorial-938231f9f881
and for android ? and multilingual like arabic and french ?
you need to create localizable strings.xml files and edit the code to make the app read then
Hi, how can I remove the banners
Hi, please check the FAQ in the User guide of in this app description page 
Hi there,
Finally managed to get it accepted! 
Now I’m curious how can I add some fake content like users, questions, answers, via Parse dashboard because it will be great for people to see something happening around them.
Do you have any suggestion on how I can add some content?
Thank you!
glad your app got published. simply enter your Parse Dashboard, Questions class, add a Row and fill all its cells taking the demo ones as an example. check this video out too: https://youtu.be/TxeTFdSVCDA
Thanks!
I have started to replicate the questions class and the users class but I can’t see the new question added.
Do you have to do something more? Is there a button to save this? Or do I have to refresh something?
Thank you!
well, it depends if you’ve set the location column with gps coordinates close to your current location, otherwise you won’t see questions nearby you, i would have to see your Parse Dashboard if you’ve done everything correctly
Then I think it’s best to give you access to the Parse dashboard to have a quick look instead of going back and forth here. I think it’s quicker.
What do you think? Shall I send you the login details? If so, can you give me an email address?
Thank you!
yes, please send me you at will be in credentials for back4app through my profile’s contact form
Just sent it! Thanks! The one which is created manually by me is the most recent one.
ok, i’ll reply to your email asap.