[TIMOB-26832] Android Share intent is not working.
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 7.1.0 |
Fix Version/s | n/a |
Components | n/a |
Labels | android, engSchedule |
Reporter | rajanipv |
Assignee | Lokesh Choudhary |
Created | 2019-02-05T22:53:08.000+0000 |
Updated | 2019-05-21T15:13:20.000+0000 |
Description
I have a Titanium app which uses Android Intents, Such as "A Share dialog appears and
the user can select the applicationto send the text " on click event of a button. The Dialog was working perfectly with titanium sdk version 7.1.0. Recently I have upgraded to 7.3.0 the dialog is not showing on clicking the button. Tested all of the SDK version after that nothing is happening on clicking the button, also i didn't see any exception.
Attachments
File | Date | Size |
sample.zip | 2019-02-13T22:46:31.000+0000 | 4643563 |
Sample2.zip | 2019-02-11T23:30:37.000+0000 | 4762406 |
Please help me on this. I am really stuck and not able to find a solution to fix this issue.
Hello, Please share a sample test code for us to verify the issue. Thanks.
@Sharif AbuDarda attached a sample test code. running the app by typing "appc run -p android -T device -C
Hello, Thanks for sharing . Can you please provide minimal test code and test steps to reproduce the issue ?
Hi, I have attached another sample test code "sample.zip" The flow is 1) From the first screen click on "BRANCH UNIVERSAL OBLECT" button. 2) Click on "INIT BUO" button from the second screen, then click on"SHARE SHEET" button. in the tiapp.xml i have used
Hello [~rajanipv], Thanks for sharing with us. Perform the same steps using 7.1.0.GA and got the following error:
And using 7.5.0.GA, clicking on"SHARE SHEET" button ,nothing happens. Can you share the expected output that you get in 7.1.0.GA.
Hi Rakhi Mitro, In SDK version 7.1.0.GA, we are getting a social share dialog with options like Gmail, Hangout etc this dialog is my expected result. Don't worry about the exception as you mentioned with 7.1.0. As you said the 7.5.0.GA is not showing this dialog on clicking the share sheet button. this is the issue i am facing after upgrading to 7.5.0.GA. Thanks Rajani