ANSWERED

Cocoapods Issue

![](https://files.readme.io/83c2773-image.png) after following the iOS SDK setup.. i got this error in cocoapod.. How can i fix this?
ANSWERED

Problems with apple App store upload

Hello! When trying to upload an app on the app store I get the following message from the review: We noticed that your app was created from an app generation service or a commercialized template, but does not appear to be directly submitted by the owner or provider of the business, brand, or service. In order to protect Apple users from dealing with unauthorized parties, we require documentation of your relationship with the provider of the goods or services in your app.
ANSWERED

Query on Location permssions

Hello, I have enabled the Location permission on the dashboard. And used the java script bridge call as mentioned in the document <https://median.co/docs/location-services> This document says "median.android.geoLocation.promptAndroidLocationServices();" but looks like the call is "median.android.geoLocation?.promptLocationServices();" and the document is not updated. Please let me know if I am wrong. Using median.android.geoLocation?.promptLocationServices();" ---- I am able to get the location options with 3 options - While using the app - Ask every time - Dont Allow Clicking on the options are giving error like - Time out - Application does not have sufficient geolocation permissions Android app have permissions in manifest as below <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> Please guide on the same. Thanks, Champa
ANSWERED

Links for href="sms:" or href="mailto:" are working on free version, but not paid version...

Android: I have links for sharing content. Those links are working on the free version, but not on the paid version. I've looked at the the compile options in Android and I'm not finding what I need to do to make them work: Here is the HTML code <https://imgur.com/a/qh6iniO> Here is the error I get in the paid version: <https://imgur.com/a/4ZaArCp> The free version correctly launches the Facebook App, or the Mail App, or the Reddit App. But my paid version, that I compile myself, launches links, or says "Application Not Installed". I can't figure out what I'm doing wrong. Thoughts?
ANSWERED

Data Tags Sync (using Native UI Method)

I experience sync issue with Data Tags using a demo implementation of Method 1 - Native UI. In summary, sometimes data tags are sync, sometimes not. Is there a moving latency to be expected when modifying these parameters ? Or do you have issues already known about this, with fixaround ? Feel free to ask more as I am willing to cooperate so as to master this crucial topic in our project. Best regards, Antoine
ANSWERED

How to download app to Android for testing

I'm new to Median, so I apologize if my question sounds elementary. But, how do I get the app downloaded to my Android so I can test it? The documentation is very confusing. Thanks
ANSWERED

In http protocol, streaming media m3u8 format cannot be played

I can only link https videos but cannot link m3u8 videos with http protocol. How to solve this problem?
ANSWERED

Push notifications: full suport of OneSignal's User-Centric Data Model

Can Median be configured to utilize OneSignal's user-centric data model, ensuring that each user has a singular OneSignalId across all logged-in devices? It appears that OneSignal's model supports associating one OneSignalId with multiple subscriptions, but there are uncertainties about Median's compatibility. Can you confirm whether it's currently possible to configure Median in this manner, or if there are plans to support this functionality in the future?
ANSWERED

Android App Icons Resource Name

When using OneSignal for Push Notification with Median, we can setup a custom small icon by stating the resource name in the app. Can you specify if Median define the icons / logo set in its configuration / App Studio and state the working resource name ? Best regards, Antoine
ANSWERED

Problem with navigator.share() method on native Android app

After building an application with Median, I realized that the navigate.share() method for sharing a file works for iOS but is not supported on Android. What alternatives are there?