Is it possible to create BDD framework with Cucumber for Appium?
Sure, you can do that same like web framework just you need to setup appium driver instead of web driver, also you can use jbehave.
So I just have to change pom file?
not pom file only, you need to change your project structure
Example: if you use TestNG framework and you need to move to BDD you need to change your core and framework flow, since it’s 2 different ways.