react-native-webrtc / react-native-webrtc/react-native-callkeep

Cannot fulfil the phone account permission in android 12 device name narzo 50

Open
#688 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
1.1k
Forks
511
Avg merge
9h 12m
Merged PRs (30d)
2

Description

https://user-images.githubusercontent.com/100844801/235855993-baa6418f-750c-4380-81cd-9c13d8808260.mov

Bug report

  • I've checked the example to reproduce the issue.

  • Reproduced on:

  • Android

  • iOS

Description

Asking permission while calling RNCallKeep.setup but navigating to setting where I neither find the enable option nor get the incoming call.

Steps to Reproduce

import the latest package
import RNCallkeep class
use the code

  RNCallKeep.setup({
       ios: {
         appName: "TestApp",
         imageName: "tesImage",
       },
       android: {
         alertTitle: "Permissions required",
         alertDescription:
           "This application needs to access your phone accounts",
         cancelButton: "Cancel",
         okButton: "ok",
         imageName: "iconmask",
         // selfManaged: true, // <- Enables self managed mode
         // additionalPermissions: [PermissionsAndroid.PERMISSIONS.READ_CONTACTS],
       },
     })
       .then((res) => console.log("response from phone acc", res))
       .catch((err) => console.log("error in perm", err)); 

find the attached video for reff. but same works on other android 12 devices.

Versions

- Callkeep: 4.3.8
- React Native:0.70.1
- iOS:
- Android:12
- Phone model: narzo 50

Logs

Paste here

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the reported behavior on the narzo 50 using the RNCallKeep.setup example and Android 12 configuration shown in the issue. Compare the phone-account permission flow and incoming-call behavior with another Android 12 device; done means identifying and documenting a reproducible cause or confirming the required fix, with logs included.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, react-native
Domain
mobile
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.