我使用swift语言在xcode 7上创建了一个应用程序,我有app注册推送通知。问题是在ios 8中,应用程序我要求允许pushnotification消息(ios8和ios9)但app在ios 8上运行它返回此消息尝试标记应用程序图标但未获得用户的许可当我打开应用程序时,我会在此功能 IOS8 和 IOS9
中获得推送通知时使用应用程序func application( application: UIApplication,
didReceiveRemoteNotification userInfo: [NSObject : AnyObject]) {
// print("Notification received2: \(userInfo)")
application.applicationIconBadgeNumber = 0;}
但是当我关闭应用程序时,我无法在 IOS8 中看到任何通知但是正在使用 IOS9 这是我的代码
let settings = UIUserNotificationSettings(forTypes: [.Alert, .Badge,.Sound], categories: nil)
application.registerUserNotificationSettings( settings )
application.registerForRemoteNotifications()
IOS8缺少什么请给我解决方案
Nishant Chandwani 请帮帮我
答案 0 :(得分:0)
actv.addTextChangedListener(new TextWatcher() {
@Override
public void onTextChanged(CharSequence s, int start, int before, int count) {
// perform your tasks here like
adapter.notifyDataSetChanged();
}
@Override
public void beforeTextChanged(CharSequence s, int start, int count, int after) {
}
@Override
public void afterTextChanged(Editable s) {
}
});
答案 1 :(得分:-1)
newdata <- df[t]