используйте этот плагин здесь
import {AppVersion} из конструктора '@ ionic-native / app-version / ngx';
(private appVersion: AppVersion){}
... this.appVersion.getVersionNumber ();
проверить условие
use if condition check old version to current version
if(old to current){
console(up to date)
}else{
modal page
}