Ibrahim Karahan

Results 10 comments of Ibrahim Karahan

Chrome OS uses web manifest for protocol handlers, so generating intent filters is not required as long as the web manifest is set up properly.

Hi there, You can enable the following Chrome flag which removes the restriction that the TWA has to be installed from the Play Store. chrome://flags/#enable-debug-for-store-billing If your APK or AAB...

`` is redundant. `org.chromium.arc` feature only exists on Chromebook devices. By declaring it as `required`, you're instructing Play Store to make this APK/AAB only available to devices that have `org.chromium.arc`...

@designerjason what's your JRE version? Also, can you restart in a clean slate by removing ~/.bubblewrap folder?

Hi, thanks for the flag! Digital Goods API has launched as a stable API with Chrome M100: https://chromestatus.com/feature/5339955595313152 On M100 and above, the API is available without an origin trial...

``` > Android Gradle plugin requires Java 17 to run. You are currently using Java 11. Your current JDK is located in /home/stefan/.bubblewrap/jdk/jdk-11.0.9.1+1 ``` Try deleting `home/stefan/.bubblewrap` folder and run...

A few people are out of office due to holidays in the US. We can take a look at this as soon as they’re back. PRs are also welcome. On...

Hi everyone, thanks for your patience! We just pushed version 1.22.0 into npm which bumps up targetSdkVersion to 35 and Play Billing Library to v6. You can update your Bubblewrap...