11 comments found.
Hey there, I am here for demo I want to build the same kind of app or web app for my website Motorcycle accidents Attorney, First I want the demo of this app. Need help regarding this how can I make same kind of app?
Hi, I can share the video preview of the app so you can get the idea. Here’s the link showing the preview of all the apps: https://vimeo.com/showcase/9137031
Can u share ur email id
Hello Miccy, May I know what help you are looking for?
You can reach me at team.applabs@gmail.com
ios 14 supported?
Yes
Hi,
1) how to change status bar background color. its still remains purple color https://prnt.sc/uvw211 where to change this?
2) how to configure notification status key
// MARK: NOTIFICATION SETTINGS let center = UNUserNotificationCenter.current() let options: UNAuthorizationOptions = [.alert, .sound, .badge]; var NOTIFICATION_STATUS = 0 let NOTIFICATION_STATUS_KEY = “NOTIFICATION_STATUS_KEY”
Thanks.
dear, i’m eagerly waiting for your reply from yesterday. can you please consider my message?
are you there?
You can set NOTIFICATION_STATUS = 1 to make it work. You can do it in Utils.swift class
For Status Bar Color, Please use this code in AppDeelegate
let sharedApplication = UIApplication.shared sharedApplication.delegate?.window??.tintColor = setYourColor
if #available(iOS 13.0, *) {
let statusBar = UIView(frame: (sharedApplication.delegate?.window??.windowScene?.statusBarManager?.statusBarFrame)!)
statusBar.backgroundColor = setYourColor
sharedApplication.delegate?.window??.addSubview(statusBar)
} else {
// Fallback on earlier versions
sharedApplication.statusBarView?.backgroundColor = setYourColor
}
extension UIApplication {
var statusBarView: UIView? { return value(forKey: “statusBar”) as? UIView } }
Have you check the code before sharing? its showing bug https://prnt.sc/uxlyd9
Actually you put the extension inside the function and that’s why getting the error.
Let me send you file by modifying the code as per your requirement
ok
waiting for this file.
Please allow me sometime and I will send you the same
Hi, I checked the code and actually I found that status bar is set to hidden in project properties of xcode. Actually I have created custom view in storyboard itself. So you can simply change the status bar color through storyboard
Can you please share screen shot? Because I already changed all colors in storyboard it’s not affect.pls try by yourself then share screenshot.
Yes, I will do that
Hello GRadhaKrishnan, Please find the screenshots with steps on how to change status bar color through storyboards: 1. This screenshot describes the steps – https://ibb.co/tzNN6hX 2. This screenshot shows that status bar color is changed – https://ibb.co/MRg7SCg
Thank you for the patience
Hi,
Color updated.thanks. but app disapproved in the name of spam. Even I have changed whole images colors. Still what I need to change to get approval?
Any solution?
Hello Friend, I can help you reskin the app further with some more changes. However I can’t assure you that Apple approves it. If you want to try let me know, we can discuss about customization and prices.
for exercise storage there is firebase or some other DB?
There is a local storage. Sqlite database
Demo apk?
If you want, I can share the video
If you want, I can share the video
Great Work, Congratulations GLWS 
Thank you mate
Congratulations! Nice Work, GLWS 
Thank you mate
Congratulations! Nice Work, GLWS 
Thank you mate
Congratulations! Nice Work, Good Luck with Sales 
Thank you mate
Congratulations! Good luck with sales 
Thank you mate
where is demo apk? i have question you are using static image or gif in app ?
It’s an iOS App. So there’s no APK. The images are static in the app and not loaded from server