Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > Community Center > iPhone Promo Codes

Reply
 
LinkBack Thread Tools Display Modes
Old 01-03-2012, 11:36 AM   #1 (permalink)
rjc
Registered Member
 
Join Date: Jan 2012
Posts: 2
rjc is on a distinguished road
Default iApproveIt App Promo Codes (10) w/ Examples

Title
iApproveIt

Description
The iApproveIt app allows you to have real-time command and control decisions inserted into a computer workflow.

Long Description
No longer do you have to have to wait for approvals for some action with slow cumbersome email; no longer do you have to omit Managerial or peer-to-peer approval for an action because email is too slow. With iApproveIt, you can get instant Approval from one or many people. Get instant "approval and advice" from you manager while their in a meeting, at lunch or off-site.

Just imagine, someone wants to start the "build", which requires the "unanimous" approval of the "Release Engineers" for the department. They start the build script, which ask all "Release Engineers" for their approval.

The Build is started only if all "Release Engineers" approve of the start. Finally, when a build is completed all "Release Engineers" can be notified.

App Store Link
App Store - iApproveIt

Promo Codes
NRMJEXAPFW4Y
JLAREJEEW7PN
4W6RLXXKHLAK
LANY3WTPE47W
FRTHENWNPM9N
KPJ443WYMEA9
FKYRJHJWHYXW
J6L3HPFJ4LMX
R4KYE9PWNP3M
NENXJF3XEEMJ

Please send post here with your thought about this app. We will use the feedback in our next version. Thanks.

Last edited by rjc; 01-09-2012 at 01:59 PM. Reason: Added Examples
rjc is offline   Reply With Quote
Old 01-03-2012, 01:54 PM   #2 (permalink)
Registered Member
 
Join Date: Jul 2011
Posts: 234
IQ8Y1 is on a distinguished road
Default

Take JLAREJEEW7PN Thanks
IQ8Y1 is offline   Reply With Quote
Old 01-09-2012, 01:58 PM   #3 (permalink)
rjc
Registered Member
 
Join Date: Jan 2012
Posts: 2
rjc is on a distinguished road
Default Examples on using iApproveIt...

Here a few examples on how you can use iApproveIt.

Here is an example AppleScript template that allows you to use iApprove:
Code:
try
	do shell script ("Path/To/i_approve groupNumber action_type 'Message' passphrase")
	
on error errNum
	-- Do Deny Code Here
	
end try

-- Do Allow Code Here
Real Example, Notify me if I have an urgent email:
Code:
try
	do shell script ("/i_approve 000000 tell 'You have an urgent email!' pa$$w0rd")
	
on error errNum
	-- Do Deny Code Here
	
end try

-- Do Allow Code Here
Simple bash script template to use iApprove:
Code:
#! /bin/bash
# iApprove bash script template
binary="/path/to/i_approve"
groupNumber="000000"
actionType="tell"
message="This is a test from bash."
passphrase="pa$$w0rd"

result=`$binary $groupNumber $actionType "$message" $passphrase`

if [ "$?" -ne 0 ] then
  # Do Deny Code Here
  echo $result
else
  # Do Allow Code Here
  echo $result
fi
Simple Perl Script Template to use iApprove:
Code:
#!/usr/bin/perl -w
# iApprove Perl Script Template
$binary = "/path/to/i_approve";
$groupNumber = "000000";
$actionType = "tell";
$message = "This is a test from Perl.";
$passphrase = "pa$$w0rd";

$result=`$binary $groupNumber $actionType "$message" $passphrase`;

if ($? != 0) {
  # Do Deny Code Here
  print $result;
} else {
  # Do Allow Code Here
  print $result;
}
Simple PHP Script to use iApprove:
Code:
<?php
$binary="/Path/To/i_approve";
$groupNumber="000000";
$actionType="tell";
$message="This is a test from PHP.";
$passphrase="pa$$w0rd";

$cmd = "$binary $groupNumber $actionType '$message' $passphrase";

exec($cmd, $result, $rc);

if ($rc != 0) {
  # Do Deny Code Here
  foreach ($result as $value) {
     echo $value . "\n";
  }
} else {
  # Do Allow Code Here
  foreach ($result as $value) {
     echo $value . "\n";
  }
}
?>
Simple DOS Batch File Template
Code:
@echo Off

set binary="c:\path\to\i_approve.exe"
set groupNumber="000000"
set actionType="tell"
set message="This is a test from DOS Batch File."
set passphrase="pa$$w0rd"

REM CALL iApprove
%binary% %groupNumber% %actionType% %message% %passphrase%

if %ERRORLEVEL% == 0 GOTO DENY

GOTO ALLOW

:DENY
GOTO END

:ALLOW
GOTO END

:END
Simple VBScript File Template
Code:
' Set Data
binary = "c:\i_approve.exe"
groupNumber = "000000"
actionType = "tell"
message = "This is a test from VBScript"
passphrase = "qwerty"

' Execute iApprove Client
Set iApproveShell = WScript.CreateObject("WScript.Shell")
cmd = binary & " " & groupNumber & " " & actionType & " " & chr(34) & message & chr(34) & " " & passphrase

rc = iApproveShell.Run(cmd, 0, true)

if rc <> 0 then
  ' Do Deny Action Code Here
else
  ' Do Approve Action Code Here
end if
rjc is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 346
11 members and 335 guests
Arty Tales, AyClass, baja_yu, coolman, iAppDeveloper, ipodphone, jbro, Kryckter, mediaspree, pbart, stanny
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,648
Threads: 94,112
Posts: 402,872
Top Poster: BrianSlick (7,990)
Welcome to our newest member, brandon6031
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 07:05 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0