@maze Yes you are correct. I added an update to my eaerlier post on this;
nice service & nice support
Hello folks,
I have an app wrapped with BDK native on the App Store. The certificates were created by @gaurav and since it is nearly a year now, I got an email saying they will expire in less than 30 days. Has anyone else had their app on the App Store for a year? Iām trying to understand how to renew the certificates (primarily if I should do it or if BDK team will do it automatically)
BTW, Iāve been using the BDK for nearly a year and while Iāve not tried any other service, I canāt imagine a service getting better than this - both from price and functionality. It has been nearly seamless.
Explore the app storeās regulations and steps to renew the certificates.
This must be done there.
Would like to know too about this, can we do it ourselves or BDK will support this (if requires coding)
Hello guys.
Before sending the app for Apple review I suggest reading my article. It describes 15 aspects that you should check and fix before review
I will be very happy if it helps publish at least 1 app )
Hi @gaurav,
Iām using the BDK Native plugin and iām having issues with the BN-Takephoto element. Iāve placed the element on the page and iāve managed to summon the camera. Camera access is granted in settings however after taking the picture, nothing happens. No automatic upload takes place even with the checkbox checked, and no image ever gets captured (normal or base64) so iām unable to save the image to the DB.
Is this a known issue or am i using the element wrong?
Thanks.
Hello bubble mobile builders
Is there a way with BDK to launch mobile native pop up where you can see the last page behind like in the screenshot ?
Thank you,
Hello Bubblers
Is it possible to share multiple images with BN Share Media ?
I tried to pass the URLs of the selected images to a custom state but it doesnāt work.
I also tried to get in another custom state a list of selected images + their url but it doesnāt work either.
Thank you for your feedback
Jerem
Is there an option for GPS tracking to work while the userās phone is locked/screen off? Iām working on a vehicle tracking app but I canāt rely on the userās phone to be on. Can the app continue to run with the screen off?
Iām not 100% sure, but I doubt itād work if the screen is off
I checked with the Zeroqode guys and they said the same thing about their app wrapper. Iām no Android/iPhone dev but what is preventing it from the BDK/Zeroqodes apps from tracking all the time? I see this option for an app I have that requires tracking while screen is off.
Ahh, yup. It has to do with the fact that itās a web app wrapper vs being a truly native mobile app. I bet with some research, you can find a wayāI just donāt know myself. Iām a huge advocate of wrapping a Bubble app for iOS and Android, but there are definitely limitations.
Okay thanks so much. I figured it might be Web-wrapped related sadlyā¦
Hello @gaurav .
Today, the testing app asks me to update the app to latest version.
Not able to do anything with the app, even if i am definitely on the latest version.
Any Idea how this bug happened ?
hey @gaurav , by change you know if the drag and drop plugins work with your wrapper?? or any html5 canvas plugins ?
Hi Everyone and @gaurav .
I am working on a Native app that I have already converted to BDK.
The app has a chat function including voice messaging.
I am using āBN-Record Audioā to record audio messages on both Android and iOS and saving them into the database in the form of files. Also, I am using āBN-Play Audioā to play these saved audio messages on the front end.
Now the problem is that when I record an audio on Android, It gives me a ā.AMRā file that gets saved in the DB. This ā.AMRā file plays well on android phones, but when I try to play this ā.AMRā file from database in my iOS device it does not play at all.
The reason behing this could be that iOS does not support '.AMR" files since iOS 4.3 onwards.
Really frustrated and canāt find a solution for this problem as I cannot use any other audio player plugin available on Bubble because they donāt play with BDK native.
Any king of help would be appreciated in this regard. Thanks
The html recording audios not working is also a problem to meā¦
First of all, BDK Wrap is awesome!
There are just 2 things that prevent me from saying that is perfect, 2 issues that I really need but I canāt workaround.
1st issue ā ANDROID bdk doesnāt allow FULL SCREEN, and it doesnāt seem to work with any video player (Iāve tested lots). So for example, I have youtube videos on my page, and my users with android canāt watch it in full screen.
2nd issue ā The recording plugins doesnāt seem to work too, so itās impossible for the user to record an audio while seeing the app page. As mentioned by @Talha54, there are also problems with playing the file formats.
I really look foward for these issues to be resolved in the next updates
I will update my app immediately when itās released
But even then, thanks for your work @gaurav
(Currently I have a button that opens the video link outside the app, so they can watch it in full screen, the problem is that it doesnāt carry the current time with it, so if the user presses in the middle of the video, he will watch it from the beginning again)