Pop-ups/New windows mobile app

I am attempting to set up my first test, by logging into my app and then logging back out. After I log in, a pop up appears asking me to either confirm some information or “ask me later.” I’m using the Appium Desktop inspector to get the ID of the button in the popup, but nothing has seemed to work.
I’ve tried every findElementBy method, as well as the driver.switchTo().alert(). How can I remedy this? Thanks!

Extra Notes:
-Using Appium Version 1.8.1
-Tests written in java (and all path variables have been set correctly)
-App in android and is being ran on an on Android Emulator
-I use macOS High Sierra