更改包名后,Parse.com推送通知无效

时间:2021-09-15 16:28:11

Parse.com push not working after changing the package name.

更改包名后,Parse.com推送不起作用。

I have checked the Manifest file, it contains the new package name only.

我检查了Manifest文件,它只包含新的包名。

Not sure what is really the problem.

不确定究竟是什么问题。

1 个解决方案

#1


0  

1) Make sure to update all the references to your app's package in your manifext.xml

1)确保在manifestxt.xml中更新应用程序包的所有引用

2) Make sure to update all the references to your app's package in your build.gradle

2)确保在build.gradle中更新应用程序包的所有引用

3) Do a File > Invalidate caches / Restart

3)执行文件>使缓存/重新启动无效

Rebuild and it should work :)

重建,它应该工作:)

#1


0  

1) Make sure to update all the references to your app's package in your manifext.xml

1)确保在manifestxt.xml中更新应用程序包的所有引用

2) Make sure to update all the references to your app's package in your build.gradle

2)确保在build.gradle中更新应用程序包的所有引用

3) Do a File > Invalidate caches / Restart

3)执行文件>使缓存/重新启动无效

Rebuild and it should work :)

重建,它应该工作:)