Problem in sharing image after download

It worked in companion but not working in apk.
Why it is not working in apk then. :face_with_head_bandage:

If it doesn’t work for you, post the aia or APK.

And a hint I received from @Boban: did you change the (default) packageName?

Yes, I have changed.

Remove it and try again if it works.

Working Now after removing package name​:face_with_thermometer:

Post the not working APK (with your own packageName), I’ll try to get it working.
I think I have the solution, but want to check it again.

Wallpapers (1).apk (7.8 MB)

Ok, I did not test your APK, but check this:

Wallpapers_2.apk (7.8 MB)

It is signed with my keystore, so you have to uninstall your app first.

When I have this simple app (shareTest.aia):

grafik

and build the APK shareTest.apk (4.8 MB) I get this line in the Manifest:

    <provider android:authorities=" de.bodymindpower.test.provider" 

If I replace it in this way the app (sharing) works: shareTest2.apk (4.8 MB)

So this issue seems to be related to this:

and this changing:

Something that @Kodular should take a look at.

Not working… same problem

Ok, then check my APKs from my last post (shareTest.apk and shareTest2.apk).
The first one should not work but the second.
So does the second one work for you?

I think you have to take storage permission

Please read the thread first, we had answered these questions long ago.

We already know the problem and fix it soon

2 Likes

same problem i’m facing with my app and i replace sharing component to pura vida Sharing extension and my problem is solved.
Why not try this extension
https://puravidaapps.com/sharing.php

1 Like

It would be great if you would fix it as soon as possible.

A post was split to a new topic: How to to check if the url on webviewer is of an image?