I am developing an Android application which uses Beam to send custom message to another device.
If my application is present on both the devices then it works fine. But if it is not present at the receiver end then still at the sender I get onNdefPushComplete() success callback.
I am wondering if there is any result code or callback which tell that it has been delivered to default application or may be some contraint that might cause the message to only get delivered to authorised application(in this case the same application).
Appreciate the help.