Titanium app not working, by keeping modal property for window
问题 In my android app, developing by Titanium Studio 3.1.3 SDK, I am trying to get push notifications. My code is in app.js var Cloud = require('ti.cloud'); Cloud.debug = true; var CloudPush = require('ti.cloudpush'); CloudPush.debug = true; CloudPush.enabled = true; CloudPush.showTrayNotificationsWhenFocused = true; CloudPush.focusAppOnPush = false; try { CloudPush.retrieveDeviceToken({ success : function deviceTokenSuccess(e) { deviceID = e.deviceToken; Ti.App.Properties.setString('deviceid', '