B4A Library Parse Library – Push Notifications and Cloud Storage

omidaghakhani1368

Well-Known Member
Licensed User
Longtime User
Hi.
When i start sample code,get error unfortunately stop parse app.
I run project java example in eclipse and get good result but in basic4android with your library even not execute app
Please help me
 

lagore

Active Member
Licensed User
Longtime User
As I said above I believe that the new API from v1.7 has broken the 'Parse' library
 

derez

Expert
Licensed User
Longtime User
Parse uses the notification of android, with the icon in the drawable directory of the specific application.
 

omidaghakhani1368

Well-Known Member
Licensed User
Longtime User
Hi again.
Can i track the open push in notification? (when user click on notification and read it,detect it in parse.com)
 

Vincenzo Fabiano

Member
Licensed User
Longtime User
check your manifest ....and premissions of parse notification..

I have this on manifest:

SetApplicationAttribute(android:name,"anywheresoftware.b4a.objects.ParseObjectWrapper$ParseApplication")

AddApplicationText(<service android:name="com.parse.PushService" />
<receiver android:name="com.parse.ParseBroadcastReceiver">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.intent.action.USER_PRESENT" />
</intent-filter>
</receiver>)
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…