It possible to add to wix site Google AdMob app-add.text file? - app-store

I need to upload the new AdMob demand for iOS app,
is its possible to upload tex file to free wix site ?

I solved this with GitHub pages and upload the app-add.text.
https://pages.github.com

Related

How can I send data to other apps with Ionic?

I am trying to share an image with other apps, but I couldn't do it with Ionic.
How can I use intents with Ionic (to do something like this http://developer.android.com/training/sharing/send.html)?
Hi I created a sample project and uploaded in git hub for your social sharing requirement via popup in Ionic framework and the reference for the link is social sharing , Please have a look at README.md file for step by step procedure
Having any queries reply

Facebook Login with WebWorks

I have been trying for some days now to login to facebook via a webworks application, I undesrtand that the FB.login can't work beacuse of a popup, and the oauth login has to go through a web server, I am currently trying to implement this plugin
https://github.com/rsweny/ChildBrowser-plugin-for-BlackBerry
but the readme file isn't really clear about how to implement, I understand that you need an ext directory in the app folder but not sure if I need to add something to the config.xml file or to any other.
Please help!
Thanks,
Jose.
I created some examples of how to integrate your app with Facebook, Twitter, and foursquare via OAuth. They're targeted for BlackBerry 10, but should work on earlier versions as well.
Note: I'll be updating them (for BlackBerry 10) to make use of the new ChildBrowser API.
OAuth Samples are available on GitHub # https://github.com/ctetreault/BB10-WebWorks-Samples

Where to download Facebook sdk for Visual Studio?

I'm trying to make a Windows Phone application with VisualStudio, This app has a button, when I click on that button, it post a sentence and image in facebook user. It's always the same so I will hardcode the sentence and the image.
To do that I think I need to download the Facebook sdk and add the Facebook.dll to my reference proyect, but I don't know where to download the sdk and how to add it.
developers.facebook.com/docs/sdks/
Sorry about that...
Try this FB SDK on codeplex which has some Phone samples along with the FB SDK.
http://facebooktoolkit.codeplex.com/
Try the Facebook C# SDK, you can get the Facebook C# SDK from github or nuget.
The Facebook Toolkit SDK hosted on Codeplex has been abandoned.

Facebook, Twitter and Email not working using ShareKit

I am a new iOS developer and I have created an app where I want to share links to Facebook, Twitter and email. I am using Xcode 4.2 and iOS 5. I have visited lot of sites and used lots of sample code, but I am not able to manage this. Using the ShareKit library I am able to share images but not able to share links.
Can any one share me a link or example source code by which I am able to do this? Thanks in advance!
Look at ShareKit 2.0 demo app. For download please follow install wiki guide. Original ShareKit is not maintained anymore.

iPhone mobile homepage: Photo upload as regular file upload

Something new for me: How can I get a file-upload on my mobile webpage for iphone, to upload a picture (as profile-thumbnail for example)?
Mabye there is any framework or library which can do this?
Thx for help ;)
There is no interface for uploading content in Mobile Safari. The best workaround I've seen is to have people email files to an address, and then you have some cron jobs that extract uploads from the email.
I saw this recently on the site My Slow Low. One of the guys who built it did a write-up on extracting IMAP email attachments using php, which could be a good starting point for you.
Check out
http://picupapp.com/
Picup is a native iPhone Application that facilitates photo uploads to the web. Since file-upload form fields don't work in Mobile Safari, a webapp can instruct Picup to choose and upload a photo. Once the upload is complete, Picup returns control to the webapp with information about the upload.