Questions
error: package io.gonative.gonative_core does not exist
I have this line of code in the PackageList.java
hold press link open menu
Hi in the android mobile browser (chrome) when you hold press the link a menu will appear, but in the APP, well there is a menu, but only copy or open in new browser.
Associating account with in-app purchase
Hi, it seems that Apple does not provide any user info in their App Store Server Notifications, therefore there are only 2 ways I can see to associate an App Store Server Notification with a user in my database.
Location is not turned on after allowing the location permission
Hi all,
SSL invalid certificate issue
I have encountered an SSL issue in my mobile Android app at https://median.co/share/pwnkow. Whenever a page loads, I receive a popup saying "Invalid SSL certificate." I have verified that the SSL certificate is valid for the specified time period. I have also fixed the URL from http:// to https:// for the homepage, but I am still getting the "Invalid SSL certificate" error.
Google Material Symbols font not loading in actual device but working on emulator
Hello,
Drop box pdf share links blocked on all my median apps on Android devices
For all my median apps I am having a weird issue where Android devices prevent redirect to both external and in-app browser for just DropBox PDF Share Links. The links work on Apple devices and on desktops. They also work on other android apps. The issue only persists for median apps on android devices.
Switching IAP between sandbox and production
Hi, since we have a single postUrl, how can my server differentiate between a test IAP transaction and a real one? The only way I can think of right now is by setting a flag to the test user on my database, but what if during the app review, Apple tests with a user that I don't know about?
[Android] Google Policy Violation with app permissions
Greetings,
Apple IAP postUrl response
Hi. I am receiving correctly the call to postUrl with receipt-data but what is the behaviour in the app if my server responds with a non-2XX status code? During my tests my API returned a 400 and it seems that no error was shown in the app, just the normal success screen.