ANSWERED

iOS SDK OneSignal

hello! I am trying to install the iOS SDK of OneSignal cause I need the OneSignal.User just like the steps below <https://github.com/OneSignal/OneSignal-iOS-SDK/blob/major_release_5.0.0/MIGRATION_GUIDE.md> I am getting an error such as this after I try to Build. ![](https://files.readme.io/bd8c664-image.png)
ANSWERED

WebApp Launch

I've a question about my Median's webapp when I scroll through my open app & I see my median's webapp (Cafés Richard & Vins Richard) I have a white page, I don't see my login page Is it normal ? (I can't put a screenshot attachment) Thanks a lot
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

Your app exceeds the Android vitals emerging bad behavior threshold

Hi, I updated the Android app a few days ago. Google Play Console reports a sharp increase in crashes. Your 7-day user-perceived crash rate exceeds the device bad behavior threshold of 8.0% on 2 device models affecting 5.18% of installs. Mostly on the following devices: samsung r0s and samsung o1s. Android 14 (SDK 34) Android 13 (SDK 33) Here is one stackstrace: (Sample attributes: samsung a53x (Galaxy A53 5G) Android 14 (SDK 34) Type java.lang.RuntimeException Exception java.lang.RuntimeException: at android.app.servertransaction.PendingTransactionActions$StopInfo.run (PendingTransactionActions.java:146) at android.os.Handler.handleCallback (Handler.java:958) at android.os.Handler.dispatchMessage (Handler.java:99) at android.os.Looper.loopOnce (Looper.java:230) at android.os.Looper.loop (Looper.java:319) at android.app.ActivityThread.main (ActivityThread.java:8893) at java.lang.reflect.Method.invoke at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:608) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1103) Caused by android.os.TransactionTooLargeException: at android.os.BinderProxy.transactNative at android.os.BinderProxy.transact (BinderProxy.java:662) at android.app.IActivityClientController$Stub$Proxy.activityStopped (IActivityClientController.java:1507) at android.app.ActivityClient.activityStopped (ActivityClient.java:100) at android.app.servertransaction.PendingTransactionActions$StopInfo.run (PendingTransactionActions.java:135) Stack trace 1 Sample attributes: Xiaomi taoyao (Xiaomi 12 Lite) Android 13 (SDK 33) Version: 41300 (4.1.3)Occurred: 2 hours ago Type java.lang.RuntimeException Exception java.lang.RuntimeException: android.os.TransactionTooLargeException: data parcel size 557284 bytes at android.app.ActivityClient.activityStopped (ActivityClient.java:88) at android.app.servertransaction.PendingTransactionActions$StopInfo.run (PendingTransactionActions.java:143) at android.os.Handler.handleCallback (Handler.java:942) at android.os.Handler.dispatchMessage (Handler.java:99) at android.os.Looper.loopOnce (Looper.java:210) at android.os.Looper.loop (Looper.java:299) at android.app.ActivityThread.main (ActivityThread.java:8123) at java.lang.reflect.Method.invoke at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:559) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:950) Caused by android.os.TransactionTooLargeException: data parcel size 557284 bytes at android.os.BinderProxy.transactNative at android.os.BinderProxy.transact (BinderProxy.java:643) at android.app.IActivityClientController$Stub$Proxy.activityStopped (IActivityClientController.java:1248) at android.app.ActivityClient.activityStopped (ActivityClient.java:85)
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?