Monotouch supported architectures combo is disabled [closed] - xamarin.ios

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i use monotouch and try send my app to itunes with app loader 2.7
need change architecture in monotouch but
supported architectures combo is disabled in Iphone build options / Advanced.
I cant choose ARM7+ ARM6
i need help

Set the deployment target (in the project options's iPhone Application tab) to something that runs an ARMv6 device (3.1 for instance).
If you for instance have deployment target set to 5.0, you don't need to include ARMv6 (since all devices that supports iOS 5.0 also supports ARMv7).

Related

Setting up of Linux Server for web applications (Apache) [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Hi is there anyone out there that could tell me how to set up a Linux server (running CetOS 6)
to host some web apps? I want to be able to deploy to the server and update the apps by a re-deploy.
Thanks
Will
You can probably start from here:
http://www.lifelinux.com/how-to-setup-a-lamp-server-on-centos-6-0/
The LAMP software package was created for exactly that purpose. It comes with all software and installation/setup instructions you could ever need. Look at the external links in the referenced Wikipedia page.

How to build Mono Application on linux [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I have 2 .cs files and a .dll file. i would like to build an run it on Debian Linux.
Were can i find a good tutorial on how to do this.
Install Mono
At terminal use mcs to compile your source files, just like what you do on Windows with csc, http://linux.die.net/man/1/mcs
Another option is to install MonoDevelop and create a new project with your files.

How to publish the windows 8 application to windows store? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
How to publish the windows 8 and WP8 application to windows store?
I use the visual studio 2012 to develop the application.
Please tell me some detials and the steps.
Thank you very much.
http://blogs.msdn.com/b/windowsstore/archive/2012/02/13/submitting-your-windows-8-apps.aspx
Check this link... talks almost everything about publishing your app

Application Support to Internet explorer 6 and 8 [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I have successfully developed some application using netbeans as IDE. and they are all in currently production for the company.
But, here I faced one problem that the application is running perfectly fine in IE-6, but when i upgraded it to the IE-8, It does not support full features of the application and it is behaving awkward.
So I wanted to know, how 2 versions of IE makes the same application behaving different, and Is it related to some kind of development of the application, and whether we can make it working in all the versions.
I want to know some behind the scenes fact.
Thanks!!
If you are using richfaces 3.x, it has known issues with IE9 which are not yet fixed.
If you application work with IE7, then specify X-UI-Compatible meta tag to emulate IE7 behavior.

How to customized keyboard in IOS [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I want to create customized keyboard for IOS in my App.Is its possible if its possible please guide my with code example.Thanks in advanced.
As noted at: Create custom international keyboard for iPhone
"As per Apple's submission guidelines:
2.5 Apps that use non-public APIs will be rejected
2.6 Apps that read or write data outside its designated container area will be rejected
There are no public APIs to add an additional keyboard.
The files that store keyboard data are definitely stored outside of your app's container.
In short: There is no way to implement a custom global keyboard on a non-jailbroken iOS device at this point in time."
You can't access that page without a developer account, however I would think that the submissions would be the same.
However, I do know that on jailbroken devices... you can SSH or filemanage and make new keyboard layouts. I won't bother posting any code due to the fact that you won't actually be able to implement it.

Resources