In my scenario when user click button it's navigate to next screen and If user click icon have to show Bottom sheet. In the bottom sheet have to show GIF with it's animation.
And user can choose any GIF they want. I wanna use GPHMediaView to show the GIF not image View. The isuue is GIF Animation is Working in Dev Environment. But when i run the Application in Test environment the GIF Is Not Working.
The issue that GIF animation not shown Only in test Environment is - Because of some permission property issue. After made changes in Proguard and build gradle property the GIF animation is working fine in both environment.