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 
hi, user app – does not show risto video on email
use the update today only update the modules
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.
for chat to work this is the only file you need to change
src/boot/FirebaseChat.js
this should match with your firebase config in admin panel
is there any error? like provide screenshot
it matches the exact information on the firebase config in admin panel. when pressing live chat on app with xcode on phone plugged in the terminal output says :
[warn] – [2025-06-14T00:11:36.668Z] @firebase/firestore: Firestore (10.7.1): WebChannelConnection RPC ‘Listen’ stream 0×342a2d31 transport errored: ⚡️ [error] – [2025-06-14T00:11:36.671Z] @firebase/firestore: Firestore (10.7.1): Could not reach Cloud Firestore backend. Connection failed 1 times. Most recent error: FirebaseError: [code=unavailable]: The operation could not be completed This typically indicates that your device does not have a healthy Internet connection at the moment. The client will operate in offline mode until it is able to successfully connect to the backend. ⚡️ [warn] – [2025-06-14T00:11:36.931Z] @firebase/firestore: Firestore (10.7.1): WebChannelConnection RPC ‘Listen’ stream 0×342a2d32 transport errored:
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=663stake 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
vue + quasar dev
What dose mean node.js is this framework for the app or what?
please go here to understand https://quasar.dev/
Mate i ask about node.js is this framework for the app or not?
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 ›
this is only available when you build the app am not sure why you want to find this
this will be created when build the app to pwa
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
Ok
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/networkMorning 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(
: 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=sharingthanks mate for the video let me try this on my end see if have same results
Hi Basti, have you had time to check this on your end?
ok mate i check there is no issue with the api
the issue is in backoffice when you update the offers the db cache is still in affect that means data is cache so it takes time to show the offers in customer app
do this quick fixed to update the db cache open this file backoffice\protected\models\AR_offers.php
under private function ProcessData()
add this
CCacheData::add();
full example
private function ProcessData()
{
Yii::app()->db->createCommand("
DELETE FROM {{promos}}
WHERE id=".q($this->offers_id)."
AND offer_type = 'offers'
")->query();
//CommonUtility::pushJobs("ProcessPromos",[]);
$jobs = 'ProcessPromos';
if (class_exists($jobs)) {
$jobInstance = new $jobs([]);
$jobInstance->execute();
}
CCacheData::add();
}
I did this Basti, but the offer still doesn’t appear on the home screen menu, unless you have a coupon created as well, but on the rest of the pages they are working, I can redeem the offer, it just doesn’t appear in the offers menu on the app’s home screen, I made the change you passed on, I deleted the offers and created others and it still doesn’t appear, but don’t worry, leave this for later, you must have more important things to resolve.
it should work mate
add the code and update the offers and it will show
had the same issue like yours when i test it
Very strange, it didn’t work for me, my function is like this: private function ProcessData()
{
Yii::app()>db>createCommand(”
DELETE FROM {{promos}}
WHERE id=”.q($this->offers_id).”
AND offer_type = ‘offers’
“)->query();
//CommonUtility::pushJobs(“ProcessPromos”,[]);
$jobs = ‘ProcessPromos’;
if (class_exists($jobs)) {
$jobInstance = new $jobs([]);
$jobInstance->execute();
}
CCacheData::add(); }
} /end class/
I cleared all the offers from the database, created a new one and it doesn’t appear on the home screen, have you tested leaving only the offer and deleting all the coupons? Note that it doesn’t appear on this screen, but it works in other places:
https://drive.google.com/file/d/1CwaAZftY2IzVBHaVsiGH-wUHjNbN-pWd/view?usp=sharingbetter
Please email me all your access details, including:
Site link
Admin login
FTP access
let me know what merchant has offers
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/bastikikangCheers
Yes mate all tested as always before giving any corrections when i test i have same issue like yours its the cache so i need to add cache so that it will return the data from database instead of cache
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/7dcgN1cW11.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
Also where do i get this from to fill it in?
const firebaseConfig = { apiKey: ””, authDomain: ””, databaseURL: ””, projectId: ””, storageBucket: ””, messagingSenderId: ””, appId: ””, measurementId: ””,
hi mate
this map issue is not in firebase but rather in the map api keys
in admin panel -> site config -> map api keys
check this one first
and for the firebase this is the same firebase you use for the chat
https://www.youtube.com/watch?v=IvQGqTJFH4Mcheers
Sent you reply on email
wait for my email
thanks
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/bastikikangCheers
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.
I think you should check again ios layout , its not working . I fixed but you should check it thanks in advance.
Which firebase version its working on ios?
for me its not working firebase push notifications in ios, in logs is process. Not getting error in compile or logs , i also set everything, I will continue checking.
hi mate
sorry for late reply
can you upload again the screenshot? looks like its expired already
and for ios push i don’t have changes on this its basically the same as before please verify
cheers
Could you tell me which version are you using I’m using 8.1.1 and not working I sended through firebase it’s works and not from app I have push notifications certificate in developer Apple and everything set . I compiled with firebase 10 and nothing , so i don’t know how to fix it. In android is working perfectly , also in the web said processed in iOS push . I m confused.
How to set again dependencia? Sorry I m not so expert
ok are you doing a test in real device or emulator?
if emulator push will not work you need to use real device
Real devices , please help me . Also I asked about redsys payment gateway
I m getting push if I send from firebase not from app in iOS.
I mean if I send from firebase works , if I reject and order not getting push , should I delete iOS folder and create it again or check something ?
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