Get friend details using go viral , ios and as well as android - actionscript-3

How can I get the details of my friends using go viral , both ios and androiod..
As of now I am working on ios ,
started following the following link
http://www.adobe.com/devnet/air/articles/goviral-ane-android.html.html

Maybe this is a bit late but here goes:
I tried the GoViral code as well and yes I kept getting the same error. Then I realised that I was running the thing on my Windows Laptop and not on an Android Device. So I loaded it onto my Android Device and still got the same message. Then I realised that I had included the .swc file but not the .ane file. I added the .ane for Android and it ran on my Android device. OK so I can send e-mails with attachements. I still cant access facebook but this is DEFINITELY to do with the way that I have set up my Facebook App on Facebook and nothing to do with the GoViral code.

Related

Exit Private Mode to Log In Please open a regular browsing window to log in. You can also continue as a guest to chat with this business

Why it is not possible to open in some computer browser - chrome and Microsoft edge to chat with facebook chat plugin on website. When clicking on Log into Messenger - got this error.
"Exit Private Mode to Log In
Please open a regular browsing window to log in. You can also continue as a guest to chat with this business"
The URL on the new window while give this message is https://www.facebook.com/plugins/chat/incognito_login/.
But it is working on Firefox browser. However for the same website FB chat plugin work on another computer chrome browser, how is it?
What setup is needed in my laptop browser for able to chat in messenger of website of FB plugin from the chrome and edge.
There was not a problem like one year before but I think since nearly one year this error came. I think there is something wrong with facebook chat plugin after they upgraded. I try to contact them but there is no proper support from facebook.
I hope someone will help to solve this issue.
Thanks in advance.
This is due to extension installed on browser and computer, but which extension I am not sure. I had extension like grammarly, dictionary, dashlane, radio and more before.
I have formatted my old hdd to upgrade ssd of my laptop. And I installed all new OS, and browser too. And it is working now.

link to a file on windows shared drive from an iPhone

I want to send an HTML email with link in them. The link should open files from a windows shared drive. The users will already be logged in to the network via VPN.
I've tried
Test Report
This works fine when opening on a PC but I can't figure how to open this in an iPhone although the users accessing the network thru a VPN client on their phone.
I'm open to use any third party solution
This link is for IPADs, but it should work with Iphone as well:
https://discussions.apple.com/thread/3978480?tstart=0
According to Apple's forum, you need to use some sort of third party software to access files, like filebrowser (link in the forum page). Personally, I use filebrowser and it works fine for me. It works kind of like WinSCP for windows. It pulls data from a Server (your vpn) and allows you to download and modify on your phone. It is cross platform compatible, so it is great if you have multiple devices. I have heard that FileExplorer Pro is exceptional, but I have not tried it. Here is the link to fileexplorer on the app store:
https://itunes.apple.com/us/app/fileexplorer-pro/id499470113?mt=8
EDIT:
As far as I know, this is not possible from any mobile device. Best bet is to send the file through a secure email, such as ProtonMail.
iOS is less flexible when it comes to file management and file associations, so there’s less you can do with these files. However, you can still open a video file directly from your shared folder and play it on your device or access other media files in a similar way. You could also use the “Open In” feature to open a file in a specific app.
The Windows network file sharing protocol is known as CIFS, which is an implementation of the SMB protocol.
this guide may help you. this is not exact answer about what you want though. https://www.guidingtech.com/27119/access-shared-windows-iphone-ios-wifi/

Unable to access playstore through wifi on any of the android devices connected to it

I am unable to access Google Play store on my WiFi. I have tried this with a number of android devices and it doesn't work on any of them. However, if I connect them to the data connection, everything works fine. I can browse the web perfectly fine on the phone. Only play store doesn't start. Can anyone give a solution?
Happened exactly like that to me suddenly. Google Play Store on my phone worked fine with AT&T mobile data but stopped working on Time/Warner wifi. I went into Android application manager, found Playstore, and tapped the button to uninstall the most recent update of Playstore. It began working again. That action also clears the cache & data so that alone may work.

Chrome v31.0.1650.57 broke my packaged app webviews

I have a packaged app that requires me to be able to view saved, offlined web pages. These pages are downloaded from my server when the user is online and saved to the HTML5 filesystem so that they can be viewed offline. These are pages that cannot be packaged with the app. I have been using a webview to display this content in my app and this worked fine until the Chrome browser updated to v31.0.1650.57 (Nov. 9, 2013 build). Now I am getting 'ERR_FILE_NOT_FOUND' even though the content is definitely at the provided filesystem URL. The webviews still work fine on my two Chromebooks - an Acer running v29 and an HP running v30 - unless I go into developer mode and run in beta (which is v31.0.1650.57) instead of stable.
My question is what changed and how I fix it? Has Chrome tightened up the security to the point where I'll no longer be able to view these offlined web pages? Have new permissions been added that I need to include in my manifest to get my webviews to work again? I already have permissions for 'webview', 'unlimitedStorage', and the appropriate URL permissions for downloading the pages from my server.
My application is supposed to be given to the client around the first of December so this is a major surprise. Thankfully it didn't happen after the app went live.
Thanks in advance for your help.
*Update - I should point out that viewing an external URL such as 'http://stackoverflow.com' works fine. It is the filesystem URLs (filesystem:chrome-extension://[appId]/[pathToFile]) that are no longer working.
**Update 2 - Google has updated their 'webview' docs (https://developer.chrome.com/apps/tags/webview) but I still haven't been able to load filesystem URLs.
Perhaps this addresses your question? https://plus.sandbox.google.com/100132233764003563318/posts/hsNTHvbvEdo

In-app sms sending in as3

How to send sms within an iphone and android app using as3. I found this code while googling:
var callURL:String="sms:0-123-456-7890";
var targetURL:URLRequest = new URLRequest(callURL);
navigateToURL(targetURL);
Its working, but it is navigating the app to sms window controller. Can it be done without opening the sms controller window. Is there anything that opens a window within the app itself. Is there any air native extenson which perform this for android and iphone?
Yeah, using navigateToURL is going to pop you over to the phones default SMS app. To get around this you're going to need to use a native extension.
I know of one for Android:
https://github.com/mr-archano/Android-AIR-Extensions
If you have an Android phone you can check out a demo of this ANE inside of the AIRexplorer app. Select the SMS ANE version from the list (the app includes an extension as well as navigateToURL)
I don't know of one for iOS right now so you may have to do a little bit of digging
Oh Also, wanted to add a comment because I'm not really sure of your intent here.
If your goal is to send a sms without any user interaction that is not going to be possible. ANE or not
I very much doubt that either ios or android (maybe if you root your device?) would allow sending a SMS without the users explicit consent.