仿真器和真实设备上的结果不同

时间:2011-10-19 10:38:19

标签: android paypal

I am designing a paypal program using android in which i want to add paypal functionality. 

Whenever i run this program using my one device then it works fine, but whenever i run this paypal project using another device it does not work. this is the catlog which is generated on time time of failure:-

 [cancelNotificationWithTag]::::: pkg:android id:-725026228
 ERROR/GTalkService(290): [ERROR: GTalkConnection.12] xmppError = (400) empty auth-token  

empty auth-token



DEBUG/GoogleLoginService(290): onBind: Intent { act=android.accounts.AccountAuthenticator cmp=com.google.android.gsf/.loginservice.GoogleLoginService }


 WARN/PowerManagerService(180): Timer 0x3->0x1|0x0

INFO/PowerManagerService(180): Ulight 3->1|0

INFO/PowerManagerService(180): Setting target 2: cur=141.0 target=20 delta=-6.368421 

nominalCurrentValue=141


 INFO/PowerManagerService(180): Scheduling light animator!

 INFO/PowerManagerService(180): Light Animator Finished curIntValue=20

 WARN/System.err(987): javax.net.ssl.SSLException: Not trusted server certificate

WARN/System.err(987):     at 

org.apache.harmony.xnet.provider.jsse.OpenSSLSocketImpl.startHandshake(OpenSSLSocketImpl.ja

va:371)

WARN/System.err(987):     at 

org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:92)



 WARN/System.err(987):     at 

org.apache.http.conn.ssl.SSLSocketFactory.createSocket(SSLSocketFactory.java:381)


please suggest me what is the cause behind it. But when i run this using my one device then this paypal works correctly.

0 个答案:

没有答案