Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据 UrbanAirship 文档,UAirship.takeOff(...)最好在Application.onCreate()方法中调用。什么地方最适合打电话UAirship.land()?
UAirship.takeOff(...)
Application.onCreate()
UAirship.land()
您可以UAirship.land()在不再希望用户接收推送通知时添加。最常见的地方是您拥有用户注销逻辑的任何地方。