Answered

release and upload keystore

I have purchased the licence(Median Professional License) and my app is in production on google play store now I have modified the source code for android and need the keystore files to make a production release. Can someone tell me where it is stored since I need to make a release ASAP.

Answered

App crash on iPad via TestFlight - Failed to request default share mode for fileURL

ERROR Messages:

Answered

Download private URL in app

what about private URL like a url generated by server like after making an axios request -> blob:http://localhost:5173/8975d372-642e-4059-a748-c57a8ab1031c
recieved after this directive -> const objectURL = URL.createObjectURL(blob)
the app won't open the file like this Median.share.downloadFile({ url, filename, open: true }) using JS Bridge Functions

Answered

IOS Build issue

Hi team,

Answered
Answered

Updating Apple server certificates

We recently got this mail from Apple:

Answered

[Android] Bottom Tab Bar does not work

Hello there, I'm trying to test the Bottom Tab Bar on the Android device and it doesn't work.

Answered

Implementation of service worker

Dear Members,

Answered

Incorrect version of website

When making the app, it is picking up a previous version of my website

Answered

Service worker based offline page not working

So I had asked a question few days ago about offline functionality and I got the answer of using service worker to cache my resources for offline.