<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="com.dooboolab.RNIap">
<application android:exported="true">
    <receiver android:name = "com.amazon.device.iap.ResponseReceiver"
        android:permission = "com.amazon.inapp.purchasing.Permission.NOTIFY" 
        android:exported="true">
        <intent-filter>
            <action android:name = "com.amazon.inapp.purchasing.NOTIFY" />
        </intent-filter>
    </receiver>
</application>
</manifest>
