Parveen K Bhatia
Parveen K Bhatia
**Describe the bug:** I set up delegate methods for both enrollment and policy like `` IntuneMAMPolicyManager.instance().delegate = self `` `` IntuneMAMEnrollmentManager.instance().delegate = self `` Delegate method `enrollmentRequest(with status: IntuneMAMEnrollmentStatus)` is...
# Intune Android App SDK [Gradle Build Plugin] Issue ## Questions to Ask Before Submission 1. Does your app compile and launch successfully without the Intune App SDK? - Yes...
- Added support for edit and custom edit button title on editing(swipe) of TableView item.
Hi, i am using [gradle plugin](https://plugins.gradle.org/plugin/com.github.spotbugs) for the android project with below build.gradle. ```java plugins { id 'com.github.spotbugs' version '6.0.12' ... } apply plugin: "com.github.spotbugs" spotbugs { toolVersion = '4.8.4'...
### Description After enabling new architecture using `newArchEnabled=true` in `gradle.properties` of android project. Not able to build android app on M1 mac ### Steps to reproduce - Enable the new...