Native Camera for Android & iOS [Open Source]

S

Sorry I don’t understand :eyes:

you mean remove this lines ?

<provider
            android:name="com.yasirkula.unity.NativeCameraContentProvider"
            android:authorities="MysterySoft_HonigMetPictureLogger"
            tools:replace="android:authorities"
            android:exported="false"
            android:grantUriPermissions="true" />

Yeah.

Thank you very much YASIRKULA :slight_smile:

It works :slight_smile:

But I don’t understand it :eyes:

Because so often I read add the lines to your AndroidManifest.xml

Is it because I am using a newer Unity version or the latest Android API ?

1 Like

I’ve removed that requirement in a previous update. Now, you mustn’t do it :smile:

Thank you very much YASIRKULA :slight_smile:

1 Like

Sorry, I have a question again. :frowning:

How can I fix this Problem with NativeCamera on Xcode ?

@Kasi2302 You can either ignore those or change line 109 to return 1; and delete line 117. To persist these changes, you must make these modifications to Plugins/NativeCamera/iOS/NativeCamera.mm.

@yasirkula Thank you very much I read already the post on stackoverflow you implement already the issue for ios 10+ but i’m not sure what can I delete, I’m new in xcode, its so very much complicated with apples modifications alway :frowning:

Which parts got you confused?

@yasirkula All parts on xcode :smile::smile::smile: i never programming on xcode before, i get my first apple developer account yesterday :smile::smile::smile:

Android is much easier like apple … :):):slight_smile:

now after i fix the last 2 errors , thank you very much again to you, i don’t know how i can put my app in App store to test my app on diffrent devices :(:(:frowning:

1 Like

Happy to help! BTW those 2 aren’t errors, they’re warnings. So if they come up again, you don’t need to do anything since they’re harmless.

AFAIK, testing is possible in 3 different ways: TestFlight, installing to test devices from Xcode via USB cable, Ad Hoc distribution via 3rd party web sites.

@yasirkula Thank you very very much yasirkula for your great work and for your help always. :):):slight_smile:

I watch a youtube tutorial already how to publish my app on app store.

But you are the best !!! :):):slight_smile:

1 Like

Thanks, you too!

I am building my app but its gives me error.How can i solve that.
9557182--1351117--upload_2024-1-2_13-14-2.png

@unity_V1WlANEebEQloQ You can delete the provider entry from your own AndroidManifest.xml. It’s added automatically during build.

Thank you so much, JazakAllah it worked. But now on my mobile camera app stuck when i click photo i don’t go back to the app after selecting photo. WHat could be the reason for this.

Honestly, this is the very first time I’m hearing about this issue. Can you try a non-Development build, restarting the device, or testing on a different device?

It worked for me after setting permission function in start.
JazakAllah for making such cool stuff, you are making many developers lkife easier. May Allah bless you ease in your life and hereafter.
Thanks again.

1 Like

Thanks for amazing free asset.
I got an error, after taking a picture. Stay at the confirmation screen without doing anything for about 2 minutes. Then it will automatically turn off that screen and return to the app.