[android] detached expo app redirecting back

I have an detached expo app.

I am adding 3rd party billing system.

my lifecycle should be(expected)

MYAPP - 3_PARTY_APP - (purchase) - returns back to MYAPP(with purchase data) - confirm in my app - DONE

but my actual behavior is

MYAPP - 3_PARTY_APP - (purchase) - returns back to MYAPP
and then MYAPP refreshes with expo. so i can’t get the process done. This is really crucial need fix or solution

I think expo is snatching codes from (onHostResume) but don’t know how to make it disable. NEED FIX!!!

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.