문제

I wanted to get my Application ready for push with parse but this is what I got: enter image description here

It compiles when I erase this line, but also doesnt receive push's from Parse.com: PushService.setDefaultPushCallback(this, ActivityAppLaunch.class);

Any suggestions?

도움이 되었습니까?

해결책

have you set <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> in AndroidManifest.xml to allow PushRouter to get access?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top