Questions
about push message (targetUrl & data)
I use one signal push message for my app, I can always receive push message, but Ive encountering some problems:
1. I want to open the link send with the push message, I send the message by rest api with data:
when I tap on the message when the app is awake (foreground/background), the app will always open the url successfully. However, if the app is close(swiped away), the push message will awake the app up but doesn't able to open the url anymore, even if I send another push message. What I have to do is shutdown the app then open the app again. So I can open the url by tapping push message....
```json
"data": { "targetUrl":"https://www.google.com"}
```
2. Since the last problem occurred, I tried to receive normal data in my app then handler the url by my self.
What I did is: I defined a function in my app, but when I tap on the push message, the function doesn't get called. But indeed see the function is defined, because I turn up debug mode and able to log the function and call the function out. But I cant receive the data. Please help, thank you!
```javascript
window.median_onesignal_push_opened = function(data) {
console.log('push notification data received:', data)
}
```
Posted by Louis Ng about 6 hours ago
Upload Certificate
How do I get an upload certificate added to my app, the documentation says to contact support but I can't find contact info?
Posted by Zach Smith about 15 hours ago
Badge in bottom tab bar
Hi! I'd like to use the bottom tab bar. Aside from the basic functionality, I also need to display a badge on one of the bar items whenever I receive a push notification. Is it possible to achieve this with the bottom tab bar?
Posted by Kate about 19 hours ago
Video player opens unexpectedly when launching iOS app, but no video played
Hello,
Recently, users have started reporting an issue with our iOS app. When launching the app, they're seeing a black screen. Tapping the phone screen then reveals the video playback controls and shows that the app is attempting to play a 0:00 second video. We can tap on the X to close the video player and then use the app as normal, however, this isn't ideal.
It doesn't occur in the following scenarios:
- On <https://median.co/> wen using the App Builder Simulator, for either iOS or Android.
- Using a virtual Android device emulator through Android Studio
It does happen when using a physical iPhone.
The above suggests to me that it's not an issue on our website, as one would expect to see the same issue when using the Median Simulator or in Android Studio emulator. Given that it's happening on multiple physical iPhones, I can only assume that it's an issue with the iOS app itself. However, I'm not sure how to proceed with investigating this issue, or whether I can actually do anything about it if it's an issue with the app itself.
Posted by Jonathan Woolley 2 days ago
HTML5 Video Issues
Hi there,
I'm trying to run my site using median. How my site works is that I use javascript to cycle through a list of videos. The SRC tag gets updated when the video ends. For some reason, in the transition between the videos, a weird icon shows. What is this and how can I change it or get rid of it? For reference this is the icon i see <https://ibb.co/7R20GHM>
Posted by Frank C 4 days ago
Error building android app
Hello! I've been successfully building my Android app for a very long time, but suddenly this morning I received the following error:
Error building Android app (Reference #1705678290). Please contact us for support.
Subsequent attempts also failed.
iOS app still builds fine. What could be the issue?
Thanks!
Posted by Justin Ashworth 5 days ago
How do I determine whether I have left the mobile application for an external link?
Hello. How can I determine whether I have left the mobile application for an external link or not?
Posted by Nazar 6 days ago
Link not working when I click tel: hyperlink says app not installed.
I have a link on my website when user click on the link it redirect to call app. When I visit by web browser it work perfectly. But in my app when click this link it says app not installed.
How to fix this problem?
Posted by Akash 7 days ago
Blocked by Play protect
when I share the app with anyone it shows "we cannot recognise the app developer, so app blocked by play protect" in android.
what should i do to avoid this without it's upload to Google play store ?
If the team can solve this problem this will be another great service for app developer.
Best regards,
Nisar
Posted by Nisar 8 days ago
Guideline 5.2.1 - Legal - Intellectual Property by apple
Hello,
The issues we previously identified still need your attention.
If you have any questions, we are here to help. Reply to this message in App Store Connect and let us know.
Guideline 5.2.1 - Legal - Intellectual Property
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.
Next Steps
To resolve this issue, this app must be submitted by the owner of the business or organization for which the app has been designed under its own Apple Developer Program account. Alternatively, you may provide documentation that shows your ownership of the business or organization for which the app is designed. If you choose to submit documentation, it should come from a governmental authority or other reputable source of business registration for your country or region. Please ensure that this documentation clearly:
- Identifies you (Gurjoban Singh) as the owner of the business/entity (i quiz patente bilingue)
- Includes relevant signatures and dates
- Provides details explaining your affiliation with the business or entity providing the goods or services in your app
Please note that providing documentation of your rights to include third-party content within your app is not sufficient to resolve this issue.
Once we have reviewed your documentation and confirmed its validity, we will proceed with the review of your app.
How to resolve this problem?
Can you provide me with any certificate or document say that the app is mine?
Posted by Hammad 12 days ago