Answered

Adding android deep linking after publishing app

In the docs it says that we should have /.well-known/assetlinks.json available before publishing the app to avoid verification issues. If we have already published the app and are looking to add this how could we check if this is the issue? We have followed every other step to enable deep linking but it is not working.

Answered

Splash screen closing before finished loading.

On our app, the splash screen will properly show up when first opening the app, then it will close and there is usually a significant delay between that and when our login modal opens up. Is there any way to extend the splash screen further into the loading so there is not a blank screen for as long?

Answered

Problem with popup ads.

I'm making movie app for personal uses and there's ad over the video player everytime. Everytime i click it, it takes me to my browser to open it. How can I make the app block the ad or doesn't openning it ? ( sorry for my english )

Answered

i can not login with google or facebook because quit from the app and open browser

When I want to register or log in with Google or Facebook, it enters the browser and the login is done there and does not enter the program, so naturally I cannot log into the user account through the program!

Answered

languages

Good morning,
is it possible to display the application menu in two different languages?

Answered

JSBridge is not defined at addCommand

After integrating the GoNativeJSBridgeLibrary file into my project and attempting to utilize its available methods, I encountered an issue. The problem arises when calling the addCommand function, specifically in the last line where JSBridge.postMessage(data) is written. The error states that JSBridge is not defined. I am unsure what JSBridge refers to and whether it is a separate library that needs to be added or installed. I am wondering what step or point I might have missed in the process.

Answered

"Unsafe app blocked" issue by Google Play Protect

Hello, we tested the application on two Android devices. During installation, the error "Unsafe app blocked" is received by Google Play Protect.
Where is the problem and what is the solution?

Answered

Is there a package for non-profit associations?

Hello I work for a volunteer online media.
We are recognized as a public-interest organization in France.

Answered

Display bug in top bar

Hello,

Answered

Enabling deep linking

Once we have the deep linking enabled on the dashboard, and the /.well-known/apple-app-site-association returns the correct json, how quickly should deep links start working on our app? Is there an extra step that needs to be triggered from the apple developers site to enable this?