Ravi Patel

Results 222 comments of Ravi Patel

@NickM-27 Does it work when you set the target API to 30?

@BareumSW You have to provide Mutability flag to all PendingIntent used in Transaction class as shown [here](https://github.com/klinker41/android-smsmms/blob/master/library/src/main/java/com/klinker/android/send_message/Transaction.java#L269-L270). Just change it and other PendingIntent you find in Transaction class as shown...

This feature is useful. I also have this type of scenario where I have to rename some files before uploading. So +1 from me.

You have to recompile the app to change it. There is no way to change it right now without recompiling.

Disable signing from project properties of both AutoUpdater.NET and ZipExtractor. Also, edit both .csproj file of [AutoUpdater.NET](https://github.com/ravibpatel/AutoUpdater.NET/blob/master/AutoUpdater.NET/AutoUpdater.NET.csproj#L6) and [ZipExtractor](https://github.com/ravibpatel/AutoUpdater.NET/blob/master/ZipExtractor/ZipExtractor.csproj) and change following line. Use .NET version you prefer. `net45;netcoreapp3.1;net5.0-windows` For...

Do you include user.config in the update zip file? If yes, then it will overwrite the file on the user's PC. No, If you are using ZIP file then it...

You may need to upgrade it as suggested in [this](https://stackoverflow.com/a/534335/1273550) answer.

@AshotN It will be better to call it when your application starts.

Can you try the directly linking to the file or moving it to another server?