cometchat-go / xamarin-forms-chat-sdk-demo

CometChat Demo App for Xamarin Forms
6 stars 4 forks source link

permissions for Android. #9

Closed leandrobcb closed 5 years ago

leandrobcb commented 5 years ago

Hello, I have a question regarding the CometChat permissions for Android.

Do you use this permission or add it to the "send_sms" manisfesto or any other of the call logs group?

After I added cometChat to my project, when submitting it to Google Store indicates that a new permission has been added to "send_sms", but it does not exist in my manifest.

Before we put the Cometchat we did not have this message.

image

image

joseBarreto commented 5 years ago

After hours breaking head with publishing in the Apple Store, I tried publishing the version of Android to Google Play and I'm having the same problem.

leandrobcb commented 5 years ago

After hours breaking head with publishing in the Apple Store, I tried publishing the version of Android to Google Play and I'm having the same problem.

To confirm that the problem was in CometChat I removed all the implementation and Nugets from CometChat.Android, I generated a new apk and sent it to the store. It passed smoothly. But with the version that has CometChat I failed with the "read_sms" permission on Google Play.

I really believe that the CometChat team does not have applications published in Google and Apple , because these errors are basic, and would be with any user who tries to send the application to the stores.

image

joseBarreto commented 5 years ago

any idea what it might be?

leandrobcb commented 5 years ago

I'm with the customer charging for a product update

leandrobcb commented 5 years ago

Hello, I have a question regarding the CometChat permissions for Android.

Do you use this permission or add it to the "send_sms" manisfesto or any other of the call logs group?

After I added cometChat to my project, when submitting it to Google Store indicates that a new permission has been added to "send_sms", but it does not exist in my manifest.

Before we put the Cometchat we did not have this message.

image

image

I'm with the client charging a new version of the system

mehtanishant commented 5 years ago

Hello @leandrobcb,

We had the 'send_sms' permission included in our package earlier, however, in the recent Nuget release we have addressed this issue and removed the permission entirely for Android. We suggest updating to the latest NuGet package available.

Kindly try this and let us know your feedback.

joseBarreto commented 5 years ago

Hello @leandrobcb,

We had the 'send_sms' permission included in our package earlier, however, in the recent Nuget release we have addressed this issue and removed the permission entirely for Android. We suggest updating to the latest NuGet package available.

Kindly try this and let us know your feedback.

Unable to update package. For new projects I have this error: https://github.com/CometChat/xamarin-forms-chat-sdk-demo/issues/7

For projects that can update when we open the interface it closes the application in the latest version of CometChat 7.32.1

leandrobcb commented 5 years ago

Hello @leandrobcb, We had the 'send_sms' permission included in our package earlier, however, in the recent Nuget release we have addressed this issue and removed the permission entirely for Android. We suggest updating to the latest NuGet package available. Kindly try this and let us know your feedback.

Unable to update package. For new projects I have this error:

7

For projects that can update when we open the interface it closes the application in the latest version of CometChat 7.32.1

I also have the same problem with the latest version of my project. The Xamarin.Android.CometChat.UI v7.32.1 package closes the application as it opens. So I'm using v7.22.0.

Xamarin.Android.CometChat v7.32.1 works normally.

sushantinscripts commented 5 years ago

@leandrobcb @joseBarreto

We have released xamarin nuget 7.33.0 with more monoandroid related changes. Kindly check if this resolves the issue at your end.

joseBarreto commented 5 years ago

@leandrobcb @joseBarreto

We have released xamarin nuget 7.33.0 with more monoandroid related changes. Kindly check if this resolves the issue at your end.

Unfortunately it does not work, yet.

https://github.com/CometChat/xamarin-forms-chat-sdk-demo/issues/10

joseBarreto commented 5 years ago

Hello @leandrobcb, We had the 'send_sms' permission included in our package earlier, however, in the recent Nuget release we have addressed this issue and removed the permission entirely for Android. We suggest updating to the latest NuGet package available. Kindly try this and let us know your feedback.

Unable to update package. For new projects I have this error:

7

For projects that can update when we open the interface it closes the application in the latest version of CometChat 7.32.1

I also have the same problem with the latest version of my project. The Xamarin.Android.CometChat.UI v7.32.1 package closes the application as it opens. So I'm using v7.22.0.

Xamarin.Android.CometChat v7.32.1 works normally.

install flurry nuget package from nuget store and try rebuilding.

https://github.com/CometChat/xamarin-forms-chat-sdk-demo/issues/10