Skip to content

Releases: voxelbusters/permissions-kit

1.2.1

24 Apr 11:32

Choose a tag to compare

  • Updated core library to latest

1.2.0

24 Apr 11:26

Choose a tag to compare

  • fix: Fixed permission status fetching on iOS

  • fix: Fixed bug permission result related to limited access

  • chore: Bumped version to 1.2.0

  • chore: Updated iOS macros based on feature rather than framework used

1.1.1

04 Apr 11:48

Choose a tag to compare

  • Fixed issue when handling multiple location permissions
  • Replaced location permission description with latest in info.plist on iOS

1.1.0

03 Apr 14:20

Choose a tag to compare

  • Fixed location permission handling on iOS

1.0.2

02 Apr 09:40

Choose a tag to compare

  • Fixed Read and Write permissions on higher Android versions

Permissions Kit 1.0.1 Release

20 Mar 12:42

Choose a tag to compare

Permissions Kit supports a wide range of permissions across both platforms:

Network & Connectivity: Internet access, network state, Wi-Fi, and local network permissions.
Location Services: Fine and coarse location tracking, including background access.
Notifications: Push notification permissions with user consent management.
Media Access: Read and write permissions for images, videos, and audio files.
Hardware Access: Camera, microphone, Bluetooth, and vibration control.

🔧 Automated Configuration for iOS and Android
iOS: Automatically adds the required usage descriptions in Info.plist.
Android: Automatically updates AndroidManifest.xml with necessary permissions, features, and hardware requirements.
No Manual Setup Required: Permissions Kit takes care of all necessary configurations for both platforms.