First run after install from Google Play - trusted-web-activity

I prepare apk and upload to Google Play.
When I first run it on phone I receive message: Open in Chrome and button - OK. Can I hide this message on first run? I cannot find solution for that.

It's possible to remove the Running in Chrome message. Improvements on how the information is displayed to users is being discussed in this bug: crbug.com/981323

Related

How can I see safari extension loader logs

is there a way that I can see complete verbose to what is happening and what does safari in the steps of loading an extension?
I have a problem with how safari loads extensions and I want to see every step of that. Does anyone know if this logs exist and can be viewed?
Thanks!
This logs can be found inside the Console.app from macOS.

Why can't I test on my phone(P40) with the apk file I've sent on Cloud Testing?

Why can't I test on my phone(P40) with the apk file I've sent on Cloud Testing?
Please give instructions on how to install the program on your mobile phone.
Cloud Testing allows compatibility tests of your app on diverse real devices. The test automatically detects compatibility issues, including exceptions during app installation/reinstallation/uninstallation/launches, crashes, ANR problems, unexpected exit, running errors, UI errors, black/white screen issues, and exit failures. Please refer to Huawei's official guide in details:
https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-cloudtest-compatibilitytest-0000001082683302
Sign in to AppGallery Connect and click My projects.
Click your project from the project list.
Go to Project settings > Quality > Cloud Testing.
Click Test for free. For the first test, an introduction to Cloud Testing is displayed on the right of the page. Skip steps 6 and 7 for the first test and skip steps 4 and 5 if you have created a test.
Find the Compatibility test card and click Start now on the card.
Go to Quality > Cloud Testing. On the displayed test list page, click New test in the upper right corner
Click the Compatibility test tab
Click Upload (max 2 GB) in the Apps area to upload your APK. After the upload is complete, select the app to be tested and click Next.
Filter and select test devices as required. By default, all available test devices are displayed
Click OK. In the displayed Information dialog box, you can create another test or click View test list to go to the test result page.
Please note: A test may take about 60 minutes. You can also view the test result from the Cloud Testing service page. For details, please refer to steps 11 to 14.
But if you are asking about testing your APK on real device , then please use debug feature of tools like Android studio etc. To start debugging an APK, click Profile or debug APK from the Android Studio Welcome screen. Or, if you already have a project open, click File > Profile or Debug APK from the menu bar. In the next dialog window, select the APK you want to import into Android Studio and click OK.
For details , please refer to :
https://developer.android.com/studio/debug/apk-debugger
If you are facing issue in installing APK manually on P40 then try allowing File Manager/other apps to install unknown apps by going to Settings > Apps > Menu > Special access > Install unknown apps. Or if still unable to install APK ,please go to the device department website for help get more professional services. The link is:
https://consumer.huawei.com/en/support/

React Native Remote Debugger shows cached bundles in Chrome

When I'm trying to use Remote JS Debugging in Google Chrome shows Cached Bundles. See the image below.
Remote Debugger UI Screenshot:
On my emulator its not connecting to remote debugger.
Android Emulator Screenshot
Is there anyone who encountered this problem?
I'm using React Native Version 0.47.
Thanks in advance.
If you use Chrome, clear cache from browser and reload app from react native. This fix my issue :)
Get rid of that final forward slash and it should kick you to the normal debug window. I'm running 64.0.3282.186 version of Chrome and this works for me. However, I know someone who says they get force redirected to the address with the forward slash, so I hope you're not in that boat.
To fix the error, you need to clear your cache in chrome and it will work again.
Close the packager and install the app again. This worked for me.

Application stuck at "Powered by Titanium screen"

I'm trying to run an app made on Titanium in my cellphone. At first it was working fine, until i decided to debug my code. After that whenever i try to run it on my cellphone, it gets stuck # the powered by titanium screen (that red one).
I tried to delete my build folder as some people said after a bit o research but it won't work.
How can i solve this?
What I would try to do is:
clean the project (it also deletes the build folder, but I think it also cleans some more stuff in there).
when the app starts try to set an alert in app.js as the first thing - see if this alert shows, and if it does - move it to the next step until you find a place where it is no longer shown which might indicate that this is where you problem is.
Look at the device logs - if it's an android device open ddms and look at the logs while you run the app - see if anything pops up. If it's an iPhone on xCode you have some sort of console viewer for the phone (sorry - can't remember the name right now).
make sure you are not still running under debug mode.
BTW - you didn't mention if it happens on iPhone or Android? does it happens on the simulator as well?
I was having the same issue. From digging through Appcelerator's Jira I found we weren't alone, and also got a workaround that allows us to get past the splash screen. Check to see if there is a deploy.json file located in your application's directory on the device. If so delete it!
Here is more info on the issue https://jira.appcelerator.org/browse/TIMOB-16086.
It's rated as a high priority to be corrected for the 3.3.0 SDK release.

Using Worklight JSONStore

I am not that new to Worklight, but the JSONStore is a new feature and I'm trying to learn how to use it. I downloaded the sample app (module_07_10_Using_JSONStore.zip) and installed it in my development environment, ran build and deployed it.
When I preview the app (as Android) in the Mobile Browser Simulator, and run through the sequence of Initialize the Collection, Add a Document, and then try to Find by Name, Find All, or get Number of Documents in Collection - I do not see the table at the bottom of the screen that displays the input data. I don't see any errors in the WL console. In the Android console, I get the error messages:
Unable to resolve target 'android-8'
WARNING: unable to write jarlist cache file - and then it points to location of jarlist.cache in the module.
I did not make any changes to the code. I looked it over, compared it to the education module content, and I don't see the problem. Any thoughts? Clues? Your help is appreciated. Thanks.
JSONStore is not supported in the Mobile Browser Simulator, it must run on an Android or iOS device or simulator, if you run it on the Android simulator it should work just fine.