universal-tools / UTNotificationsFeedback

7 stars 0 forks source link

not recieve notification on device with no googleplay service #74

Open sunxinzhe2012 opened 6 years ago

sunxinzhe2012 commented 6 years ago

good job。but I have two problem 1,I am Chinese developer ,i only use local notification. in no google play service device. Not receive notification ,can solve this compatibility problem? 2,when app in background open. Click notification can not open app

Pls help ,Tks very much!

yuriy-universal-ivanov commented 6 years ago

Hi @sunxinzhe2012,

First of all, thank you for purchasing UTNotifications!

  1. Local notifications work well without Google Play on the device (f.e. it works well in the non-Google Play enabled Android simulator and Amazon Kindle devices). I suppose the problem in your case is caused by a missing Android Support Libraries, which we get using Google Play Services Resolver, which might fail to download the libraries behind the Great Firewall, as the libraries are located at Google servers. In that case you might have to manually download the library and all of its dependencies (please let me know if it's your case, I can send you all the required libs). You can also try forcing the libraries resolution with Unity menu: Assets -> Play Services Resolver -> Android Resolver -> Resolve Client Jars.

  2. It's a known issue on some devices, we've already developed a patch, which will also soon be released in the Asset Store. Please drop an email message to universal.tools.contact@gmail.com, I'll send you the patch.

Best regards, Yuriy, Universal Tools team.

sunxinzhe2012 commented 6 years ago

@yuriy-universal-ivanov tks your quick reply,but the problem perhaps not the android support,i has vpn connect and play services resolver tip suc,the logcat error: 20180301094556 20180301095212

and in my another device(has google service) is correct,

yuriy-universal-ivanov commented 6 years ago

Hi @sunxinzhe2012 , I've replied you by email.