1

I've ported my paid Android app(recorder) to Blackberry PlayBook and, now I want to create the free version so I've copied and pasted the project, changed the package name, did my changes in the code but when I launch the app the paid version is deleted.

It keeps only one version, how can I maintain both versions? Probably in this way, if a user buys the paid app the current recordings in free version will be deleted.

1 Answers1

0

I've resolved, since I've created them on the top of the original android app used like library in both Playbook version I had the same package name in the android manifest of original app. I changed it and now one version doesn't replace the other.