I am using Cordova 2.7.0 for building an app which wants to post some data on to the facebook wall.
I tried with this.I am getting the errors in the Java files. I followed all the steps in tutorial.Not able to proceed further.:(
Please let me know the right phonegap/Jquerymobile plugin for facebook.
Thanks in advance.
Related
I'm trying to create an app in Xamarin. On the Android side everything works fine. However when I deploy ios the app doesn't launch. It doesn't give an error or anything, I just get a response like this. I'm a bit confused about it.
Application it automatically stops. I don't know how to solve it. Ask for help. Thanks
Whenever I clicked the nativeScript sidekick download link for window it redirect me to the main page. I don't see any download link for nativescript sidekick there. So I look for the information about whether sidekick is discontinue or not but I found nothing. If someone have download link for nativescript sidekick or information about discontinuing pls share thank you
I think it may be related to the fact that Progress is giving all Nativescript ecosystem to nStudio
for maintaining and further develop it.
I guess some links will change soon abd the docs will get updated.
Reference: Official blog post
A day later... now the download links are working, it seems Sidekick stays with Progress.
its removed from nativescript to gave the responsibility to
nstudo
nativescript-sidekick is avalaible for local download visit this link. i have downloaded from this link
https://github.com/ProgressNS/sidekick-docs/wiki/Installation
I have xamarin project that someone developed it , and my task is to upload this project to appstore and play store .
i just have an Apple Developer Account and Apple ID Account
i saw this link according appstore in xamarin documentation https://developer.xamarin.com/guides/ios/deployment,_testing,_and_metrics/app_distribution/app-store-distribution/itunesconnect/
but i don't know if it's missing something or no or if this is the right link to follow !!
could anyone help me how to do this task step by step or any link that support that?
Yes you have found the Xamarin walkthrough that is the correct process for publishing to the Apple App Store.
There are a lot of steps and you have to follow them carefully.
The Android process is a lot simpler and can be found here
After updating from titanium (sdk 3.2.3.GA) to appcelerator (SDK 5.1.2.GA) the images on all local webviews have went missing from the app. The CSS that loads the image is:
background-image:url(imgs/images.png)
This error appears in my terminal when accessing the webview:
[ERROR] Error loading /Users/me/Library/Developer/CoreSimulator/Devices/28073F1B-1FFF-459A-BA4A-6CCA9EB85CEB/data/Containers/Bundle/Application/2B337E08-79EF-4EE1-A62F-338E45199403/MyApp.app/webViews/imgs/images.png
Again, this was working fine on older versions.
Any advice on what to check to get local images showing in webviews again?
It seems like you've found a regression. Please check if this is a known issue at the Appcelerator JIRA. If it's not, create a ticket, link to this question but also provide reproducible code, steps and environment information in the ticket itself. Don't forget to drop a link to the ticket here so that others can watch it with you.
I have created an android application in Titanium Studio, with some research i found i should be uploading app.apk file under /build/android/bin directory in Google play store to publish the application.
But when i uploaded my app.apk file in Google play store, it showed like below
and shows this app supports 0 device as below
What am i doing wrong? do i have to follow any further steps before i upload the app.apk file? right now i am just building the app and take the app.apk file from buid directory.
Please suggest.
Actually i sorted this issue. I need to activate the app.apk file, only then it
shows the number of device supported.
Posting answer as someone might find it useful.