Code

Discussion on Karenderia Mobile App Multi Restaurant

Discussion on Karenderia Mobile App Multi Restaurant

Cart 429 sales

1106 comments found.

Mate, I have isue, when i share item with anyone and when I want to open it I get error 404, how to fix it?

the share item in app in website its not available yet

i think we need to adjust the link instead of item it will be restaurant menu

Hi basti what’s new on the updated script? Thank you so much

only fixed issue with the restaurant list so basically only modules

if restaurant has no estimation it will not show the list of restaurant

Mate, Did you relese new update

only fixed issue with the restaurant list so basically only modules

if restaurant has no estimation it will not show the list of restaurant

Is this need to update my app or what?

no need your app is already updated

remember i build your app :)

xiaru

xiaru Purchased

hi, user app – does not show risto video on email

use the update today only update the modules

xiaru

xiaru Purchased

Ok, the other email please

hey basti, for some reason there is a merchant menu that isnt loading on the mobile app. All other merchants load fine. its this one merchant im able to load the merchant without an issue on the website. but not the app. What could be the issue? im running 2.0.4 with all latest updates. I sent you an email via envato with url and api keys to check.

can you also sent your ftp access

thanks for the fix via email basti!!

cheers

hey basti im having an issue with getting live chat to work on the mobile app. I have the live chat working no issue on the website.my push notifications are working fine to the app. im able to chat from kmrs website. I have set all the config for firebase in src/boot/FirebaseChat.js to match the firebase config from backoffice . I have firebase file GoogleService-Info.plist as well. But the live chat still isnt loading in the app.

try to test the app first in the browser so you can see what is the error usually the issue is the missing index in the chat firebase table

try this command first quasar dev and it will run the app in browser and check the console for errors

watch this video

https://www.youtube.com/watch?v=Y1T2hzt__vc&t=663s

take note if you already have existing chat data you will have to delete the chat table in firebase so start again cause there is a field changes

fixed thank you!!

glad to hear cheers

Hello Basti, I’m doing some tests in the chat and I noticed that when the user sends an audio message through the app to the merchant, the message is sent successfully but if the user wants to listen to it after sending it, it is not possible, it only has a blue screen and the sending time, I can’t play the sent audio message, but on the other side the merchant can play and listen normally through the web, can you check this on your side? remember that I use the location search, I’ll wait!

you mean customer cannot view the audio they sent to merchant?

using build app or pwa

That’s right Basti, but I just tested it in your demo and it’s working fine there, why not for me? Could it be because I use the localization search?

chat is got nothing to do with location search :)

they have different functions

only i can think off is the server is preventing accessing the audio file outside your server

check the htaccess

check if this present in your file

<IfModule mod_headers.c> <FilesMatch "\.(mp3|m4a|wav|webm)$"> Header set Access-Control-Allow-Origin "*" </FilesMatch> </IfModule>

What is the framework for Mobile App Multi Restaurant

node.js is for server not for app hope it make sense

already give the link you can read from there am using quasar dev frameowork

thank you mate

welcome

Hi mate, where i can find this. What is the web asset directory for my app? This directory should contain the final index.html of my app. ? Web asset directory ›

Mate, only give me the steps to find this when I build the app and

go to my channel https://www.youtube.com/@bastibastikikan2238/videos you can find all the video tutorial for building the app

error foreach() argument must be of type array|object, bool given (/home/gogetme/public_html/protected/controllers/InterfaceController.php:1062)

Also not seeing any restaurants listed too, probably due to this?

removed comment

Yes , unfortunately if restaurant has no estimation forgot to check if results is an array

use this code

if (in_array('estimation', $payload)) { $estimation_list = CMerchantListingV1::estimationNew($filters, true); if(is_array($estimation_list) && count($estimation_list)>=1){ foreach ($estimation_list as $merchantId => $services_items) { if (isset($services_items['delivery'])) { if (isset($data_merchant[$merchantId])) { $charge_type = $data_merchant[$merchantId]['charge_type']; if (isset($services_items['delivery'][$charge_type])) { $data_merchant[$merchantId]['estimation'] = isset($services_items['delivery'][$charge_type]['estimation']) ? $services_items['delivery'][$charge_type]['estimation'] : ''; } } } } } }

Hi Basti , All the apps currently show a “No Internet – Retry” screen whenever we briefly switch to another app and then return. After that, the app goes back to the home screen, which is very frustrating and creates a bad user experience. Please fix this issue.

hi mate

this will only trigger when your phone has no net connections i never had this issue in my app demo

please verify am using a plugin to detect if app has no net connections

https://capacitorjs.com/docs/apis/network

Morning Basti

Is there anything we must do or is the app all ready for it in IOS, received this mail this morning.

Hello,

The Apple Developer Program License Agreement and App Review Guidelines have been revised to support new features and updated policies, and to provide clarification. Please review the changes below.

Apple Developer Program License Agreement Please review the changes below and sign in to your account to accept the updated terms. To maintain full access to membership resources, such as Certificates, Identifiers, Profiles, App Store Connect, and the App Store Connect API, you’ll need to agree to the new terms by June 24, 2025.

Section 3.3.3(D): Updated requirements for data and privacy.

Section 3.3.3(N): Updated requirements for use of the ID Verifier APIs Definitions, 3.3.3(P): Specified requirements for use of the Declared Age Range API.

Definitions, 3.3.7(G): Specified requirements for use of the Wi-Fi Aware framework.

Definitions, 3.3.7(H): Specified requirements for use of the TelephonyMessagingKit APIs.

Definitions, 3.3.7(I): Specified requirements for use of the Default Dialer APIs.

Definition, Section 3.3.8(H), Attachment 11: Specified requirements for use of EnergyKit.

Definitions, 3.3.8(I): Specified requirements for use of the Foundation Models framework.

Definitions, Attachment 4: Specified requirements for use of the iCloud Extended Share APIs.

Section 6.4: Removed language on Bitcode submissions as it is no longer applicable, and replaced it with terms regarding iOS app widgets on CarPlay.

Section 7.4(B): Updated and clarified requirements for TestFlight related to digital purchases and tester invitations.

Section 7.7: Updated language on customization of icons and widgets.

Section 7.8: Specified terms related to the Apple Games app.

Attachment 6: Updated terms regarding the entity that distributes the map in China.

App Review Guidelines

3.1.2(a): bullet 2: this language has been deleted (“You may offer a single subscription that is shared across your own apps and services”).

3.1.2(a): bullet 5: this language has been relocated to Guideline 3.2.2(x).

3.2.1(viii): clarified that financial apps must have necessary licensing and permissions in the locations where developers make them available.

3.2.2(x): this new guideline contains the language relocated from Guideline 3.1.2(a), bullet 5, and permits developers to otherwise incentivize users to take specific actions within app.

Kind Regards

hi mate

most of this question is can be fixed under app declarations forms

cheers

Thanks Basti

welcome :)

Sent

wait for my email

thanks

HI Basti Just want to find out if you had a look at the following issue with cancelation reason not pulling threw, https://ibb.co/bgwB6Gzx thanks

will do look into this one

will get back to you

Hi Basti, as I mentioned in another comment, here is a video of a small bug I found with coupons and offers. You can see that when I put the coupon in draft mode, the offer also disappears, and if I put the coupon in public mode, the offer reappears. However, if the offer is public, it should always appear even with the coupon disabled. If I permanently delete the coupon, the offer no longer appears in the app:

https://drive.google.com/file/d/1UnGKZQ2q5LDIhgmptfcebu__NCq0p5yv/view?usp=sharing

ok, I sent the access data

Thanks, it worked, I already replied to your email

cheers

Hai Mate… alerts are not pop up in android app but they are ok in pwa especially login and signup pages… Details sent through mail… Pls respond

what do you mean no popup?

maybe firebase push is not working in your end? check first if you can send push to your device

Hi basti do you have PrivacyInfo.xcprivacy file that i can just copy and paste?

you can watch this video https://www.youtube.com/watch?v=NtPph4PPf7c

and create the file PrivacyInfo.xcprivacy here https://wemakeapps.net/manifest-maker

Seem to have an error on ios. Same on simulator and also real iphone. App loads but stays on the Confirm Location Screen, Cannot go back or anything or type location. Close app and it loads the same. Screenshot attached.

https://ibb.co/7dcgN1cW

11.12.0 – FirebaseMessaging The subscription operation failed due to an error getting the FCM token: Error Domain=com.google.fcm Code=505 “No APNS token specified before fetching FCM Token” UserInfo={NSLocalizedFailureReason=No APNS token

Got you email thanks. The nexrt problem is no merchants showing in the app. The location is correct and so are the merchants. Im within 10 miles and shows no merchants

cannot tell i need to check your merchant if there is really near from your location

if web version is working then app should work also

unless your modules for customer app is not updated

Hi,

Please email me all your access details, including:

Site link
Admin login
FTP access

Also, provide a screenshot of the error and include a detailed description of the issue in the email.

You can reach support here: https://codecanyon.net/user/bastikikang

Cheers

Bro I would like to report this bug in Google Login for iOS. The problem you are experiencing on iOS is caused by GoogleAuth not initializing correctly with the specific clientId for iOS, which is mandatory to avoid the invalid_audience error. In your current code: if (!this.$q.capacitor) { GoogleAuth.initialize({ clientId: this.client_id, ... }); } else { GoogleAuth.initialize(); }

You are passing the clientId only in Web/PWA mode, but not in iOS/Android. Therefore, the clientId does not arrive on iOS and fails with invalid_audience.

Please correct the following issues and upload a new binary to App Store Connect.

ITMS-91061: Missing privacy manifest – Your app includes “Frameworks/FirebaseCore.framework/FirebaseCore”, which includes FirebaseCore, an SDK that was identified in the documentation as a commonly used third-party SDK. If a new app includes a commonly used third-party SDK, or an app update adds a new commonly used third-party SDK, the SDK must include a privacy manifest file. Please contact the provider of the SDK that includes this file to get an updated SDK version with a privacy manifest. For more details about this policy, including a list of SDKs that are required to include signatures and manifests, visit: https://developer.apple.com/support/third-party-SDK-requirements.

ITMS-91061: Missing privacy manifest – Your app includes “Frameworks/FirebaseCoreDiagnostics.framework/FirebaseCoreDiagnostics”, which includes FirebaseCoreDiagnostics, an SDK that was identified in the documentation as a commonly used third-party SDK. If a new app includes a commonly used third-party SDK, or an app update adds a new commonly used third-party SDK, the SDK must include a privacy manifest file. Please contact the provider of the SDK that includes this file to get an updated SDK version with a privacy manifest. For more details about this policy, including a list of SDKs that are required to include signatures and manifests, visit: https://developer.apple.com/support/third-party-SDK-requirements.

ITMS-91061: Missing privacy manifest – Your app includes “Frameworks/FirebaseInstallations.framework/FirebaseInstallations”, which includes FirebaseInstallations, an SDK that was identified in the documentation as a commonly used third-party SDK. If a new app includes a commonly used third-party SDK, or an app update adds a new commonly used third-party SDK, the SDK must include a privacy manifest file. Please contact the provider of the SDK that includes this file to get an updated SDK version with a privacy manifest. For more details about this policy, including a list of SDKs that are required to include signatures and manifests, visit: https://developer.apple.com/support/third-party-SDK-requirements.

ITMS-91061: Missing privacy manifest – Your app includes “Frameworks/FirebaseMessaging.framework/FirebaseMessaging”, which includes FirebaseMessaging, an SDK that was identified in the documentation as a commonly used third-party SDK. If a new app includes a commonly used third-party SDK, or an app update adds a new commonly used third-party SDK, the SDK must include a privacy manifest file. Please contact the provider of the SDK that includes this file to get an updated SDK version with a privacy manifest. For more details about this policy, including a list of SDKs that are required to include signatures and manifests, visit: https://developer.apple.com/support/third-party-SDK-requirements.

ITMS-91061: Missing privacy manifest – Your app includes “Frameworks/GoogleSignIn.framework/GoogleSignIn”, which includes GoogleSignIn, an SDK that was identified in the documentation as a commonly used third-party SDK. If a new app includes a commonly used third-party SDK, or an app update adds a new commonly used third-party SDK, the SDK must include a privacy manifest file. Please contact the provider of the SDK that includes this file to get an updated SDK version with a privacy manifest. For more details about this policy, including a list of SDKs that are required to include signatures and manifests, visit: https://developer.apple.com/support/third-party-SDK-requirements.

Bro, I fixed Apple and also sent it to Apple. Now it’s all good. I’ll email you the solution. Take care.

awesome thanks mate

Hi Basti, I’d like to let you know that the app on iOS has some bugs, including one that prevents you from placing orders. 1. The Stripe button when you’re logged in on iOS is below the screen and can’t be tapped. I’ve attached a photo. https://ibb.co/qFc9zsJ6 2. The first filter on the home screen also doesn’t work because it’s too large https://ibb.co/HpfVDWJ0. 3. Many buttons located at the bottom of the screen work, but they’re stuck to a line below the iPhone 14, 15, or 16, and are difficult to press. For example, the “Select from Map” button. I’ve attached a photo. https://ibb.co/WvDq5vcN 4. In Address Details, the top and bottom are above and below the screen or cut off, so they don’t display properly and can’t be selected. The attached photo is from the PWA and therefore appears correctly, but not on iOS.https://ibb.co/WvDq5vcN

On the other hand, I see that in your demo you have Redsys and Bizum integrated. How can we use this payment method?

I hope you can fix it soon. We’ll try to fix the CSS while we wait for an update with everything resolved.

Thank you very much.

you mean if you use this one https://firebase.google.com/ you can receive the push ?

if yes that means there is no issue in the app

try to send manual push in admin panel -> marketing -> push notifications -> choose customer and send

you should receive the push

make sure to upload the service json file in admin panel -> site config -> push notifications

already fixed, one question in ios its not seding the image right? thanks in advance.

for push with image? if yes i think yes not attaching image

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