google apps marketplace workflow [closed] - google-apps

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
what is the better google appsworkflow products in google apps marketplace workflow ?

I use Mavenlink and highly recommend them. Full integration with Google Apps.

KiSSFLOW is the 'intuitive' workflow product built exclusively for Google Apps. It is pre-integrated with Google Apps.
Give it a try at www.kissflow.com

Related

plugin for converting OScommerce site to facebook store [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
How can i convert my OScommerce site to facebook store? Please suggest me a good plugin for this.
This addon is a simple addon which can help to bring your site live into face book.Click this link for more information regarding this plugin.

Open source weather api for profit iOs app? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
Have to use a weather api for a profit org app.
Is there any api avail for free?
Yes, you're looking for something like this:
http://graphical.weather.gov/xml/
And here is another question that somebody asked:
Step by step weather API tutorial
Looks like there is a Google API for that, too.

What Are Good Testing Tools For Cocos2d? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Are there any testing tools like Frank or KIF that work for cocos2d? What are some ways you guys do automated tests?
Check out the Beginning Automated Testing With Xcode tutorial on Ray's site. He's doing it using Github, Jenkins and TestFlight.

Generic Provisioning Profile creation [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
i need some tutorial links that describes the creation of generic provisiong profile for development or distribution.
thanks for any help.
http://developer.apple.com/library/ios/#DOCUMENTATION/Xcode/Conceptual/iphone_development/128-Managing_Devices_and_Digital_Identities/devices_and_identities.html
http://www.dummies.com/how-to/content/how-to-create-an-apple-development-provisioning-pr.html
http://www.wikihow.com/Create-a-Provisioning-Profile-for-iPhone
http://www.musicalgeometry.com/?p=1237
http://iphonetesters.wordpress.com/2010/06/21/testing-iphone-applications-basic-steps/
http://www.jeroenvanwissen.nl/weblog/iphone/howto-iphone-application-development-environment
If you mean a provisioning profile that can be used across a suite of applications what you need to do is create a wildcard app id.
However, there are some limitations to using wildcards such as not being able to use gamecenter functionality.
See here for complete instructions

What is the best way to do automated UI testing on the iPhone? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
What is the best way to do automated UI testing on the iPhone?
___ is to iPhone as Selenium is to web apps
There's in-built SDK support for automated UI testing via UIAutomation:
http://developer.apple.com/library/ios/#documentation/DeveloperTools/Reference/UIAutomationRef/Introduction/Introduction.html
Write your tests in JavaScript, and execute them via instruments. The link above should get you started.