Swift ios 8问题没有更新应用程序徽章图标,但它在ios中工作9错误 - 尝试标记应用程序图标但未收到权限

时间:2016-01-28 13:13:31

标签: swift ios8 push-notification

我使用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  请帮帮我

2 个答案:

答案 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]