root/site/xdocs/iphone/landing.xml
@
8
| Revision 8, 3.3 kB (checked in by nadya, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
| 2 | |
| 3 | <document> |
| 4 | |
| 5 | <properties> |
| 6 | <author email="general.AT.developer.DOT.telnic.DOT.org">Telnic Developer Community</author> |
| 7 | <title>iPhone Application</title> |
| 8 | </properties> |
| 9 | |
| 10 | <body> |
| 11 | |
| 12 | <section name=".tel iPhone® Application "> |
| 13 | |
| 14 | <table class="tblresel" cellpadding="0" cellspacing="0" border="0"> |
| 15 | <tr> |
| 16 | <th>Key Point</th> |
| 17 | <th>Description</th> |
| 18 | </tr> |
| 19 | <tr> |
| 20 | <td class="left">Full name </td> |
| 21 | <td class="right">Sample .tel iPhone<sup>®</sup> Application </td> |
| 22 | </tr> |
| 23 | <tr class="alt"> |
| 24 | <td class="left">Current release</td> |
| 25 | <td class="right">1.1</td> |
| 26 | </tr> |
| 27 | <tr> |
| 28 | <td class="left">Purpose</td> |
| 29 | <td class="right"> Sample standalone application demonstrating the usage of |
| 30 | the .tel iPhone SDK in developing .tel client programs</td> |
| 31 | </tr> |
| 32 | <tr class="alt"> |
| 33 | <td class="left">Key features</td> |
| 34 | <td class="right"> |
| 35 | - Can look up .tel domains<br/> |
| 36 | - Can view NAPTR, TXT and LOC records<br/> |
| 37 | - Can navigate sub-domains<br/> |
| 38 | - Has click-to-communicate feature<br/> |
| 39 | - Integrates with the Maps applications |
| 40 | </td> |
| 41 | </tr> |
| 42 | <tr> |
| 43 | <td class="left">Supported languages</td> |
| 44 | <td class="right">English only, but easily localizable via a strings file</td> |
| 45 | </tr> |
| 46 | <tr class="alt"> |
| 47 | <td class="left">Supported OS / Device</td> |
| 48 | <td class="right">iPhone OS 2.0 and higher</td> |
| 49 | </tr> |
| 50 | <tr> |
| 51 | <td class="left">Programming</td> |
| 52 | <td class="right">Requires Mac OS X<sup>®</sup> 10.5, XCode 3.1 and |
| 53 | the iPhone SDK 2.0; written in Objective-C and C</td> |
| 54 | </tr> |
| 55 | <tr class="alt"> |
| 56 | <td class="left">Download</td> |
| 57 | <td>360KB</td> |
| 58 | </tr> |
| 59 | <tr> |
| 60 | <td class="left">Source code</td> |
| 61 | <td>Available via SVN checkout, see <a href="/trac/browser">Repository Browser</a>.</td> |
| 62 | </tr> |
| 63 | <tr class="alt"> |
| 64 | <td class="left">Install procedure</td> |
| 65 | <td class="right">Download the archive with the source code and build it. Then |
| 66 | follow instructions on the Apple's iPhone developer site to install the application |
| 67 | on an iPhone device.<br/> |
| 68 | To build the source, double-click |
| 69 | the XCode <code>sampleTelApp.xcodeproj</code> file. In the Active SDK |
| 70 | pulldown menu, select "Simulator". Click "Build and Go".</td> |
| 71 | </tr> |
| 72 | <tr> |
| 73 | <td class="left">Uninstall procedure</td> |
| 74 | <td class="right">Remove the project directory from the hard drive. To uninstall |
| 75 | from an iPhone device, touch the application icon for a few seconds and click |
| 76 | the X button.</td> |
| 77 | </tr> |
| 78 | <tr class="alt"> |
| 79 | <td class="left">Configuration</td> |
| 80 | <td class="right"> |
| 81 | No additional configuration needed. |
| 82 | </td> |
| 83 | </tr> |
| 84 | <tr> |
| 85 | <td class="left">Known Limitations</td> |
| 86 | <td class="right"> |
| 87 | - As stated in the .tel 1.1 SDK version, private data decryption is not yet supported. |
| 88 | This can be done outside the SDK by checking the <code>isEncrypted</code> property of a NAPTR and decrypting it via the private key extracted from the .p12 |
| 89 | file retrieved from the Telnic SO Friending API. <br/> |
| 90 | - The header cell doesn't automatically adjust its height. |
| 91 | </td> |
| 92 | </tr> |
| 93 | </table> |
| 94 | <p align="right"><a href="/pages/downloads.html"><img src="/pages/images/iphone_dwld.gif" alt="Download"/></a></p> |
| 95 | |
| 96 | </section> |
| 97 | |
| 98 | </body> |
| 99 | </document> |
Note: See TracBrowser
for help on using the browser.








