{"id":552,"date":"2011-12-10T16:10:39","date_gmt":"2011-12-10T16:10:39","guid":{"rendered":"http:\/\/www.drmop.com\/?p=552"},"modified":"2012-07-11T10:19:26","modified_gmt":"2012-07-11T10:19:26","slug":"marmalade-sdk-tutorial-apple-iphone-and-ipad-deployment-and-submissions","status":"publish","type":"post","link":"http:\/\/www.drmop.com\/index.php\/2011\/12\/10\/marmalade-sdk-tutorial-apple-iphone-and-ipad-deployment-and-submissions\/","title":{"rendered":"Marmalade SDK Tutorial &#8211; Apple iPhone and iPad Deployment and Submissions"},"content":{"rendered":"<p>This tutorial is part of the Marmalade SDK tutorials collection. To see the tutorials index\u00a0<a title=\"Marmalade SDK tutorials index\" href=\"http:\/\/www.drmop.com\/?page_id=91\">click here<\/a><\/p>\n<p>Its been a while since I posted any new Marmalade SDK tutorials because I have been so incredibly busy, I&#8217;ve also been focusing a lot of time lately on the soon to be released IwGameAds update to the IwGame engine (should be up on the blog today). Well, I&#8217;m now project free, nothing to work on for clients at the moment, so I have free time to blog.<\/p>\n<p>Ok, lets move into the subject of the blog, debugging, deploying and app store store submissions for iOS devices (iPhone, iPod and iPad). I felt an urgent need to cover this subject as I have noticed many problems popping up on the Marmalade forums relating to iOS provisioning and app store submissions, so my insane desire to help out has got me caught up in an afternoons work of creating this useful guide.<\/p>\n<h2>iOS Development on Marmalade Introduction<\/h2>\n<p>The great thing about developing iOS apps with Marmalade is that by following a few simple rules your aop will run on any supported device as long as it runs on the Marmalade SDK x86 \/ Arm simulators. If you have come from a Cocoa \/ Objective-C background there are a few things to note when devloping with Marmalade SDK:<\/p>\n<ul>\n<li>C\/C++ is the primary language for development<\/li>\n<li>You don\u2019t have access to interface builder, instead Marmalade provides UI and font builder applications for creating complex user interfaces and fonts<\/li>\n<li>Development can be done on both PC or Mac.<\/li>\n<li>You can add code that has been developed using the iOS SDK \/ Objective-C via Marmalades extensions developer kit (EDK), but this code will not be cross platform compatible, so will only work for iOS deployments<\/li>\n<li>Marmalade now supports native UI via IwNUI allowing you to create UI layouts that use native IOS controls (currently supported on iOS, Android, other platforms will fall back on Marmalade\u2019s generic UI API IwUI)<\/li>\n<\/ul>\n<p>For the duration of this article we are going to use a fictional app called \u201ciScream Candy\u201d that we are going to fictionally provision, develop and distribute.<\/p>\n<h2>iOS Provisioning Introduction<\/h2>\n<p>Well, I don\u2019t accuse Apples account set up and provisioning process to be impossible but is has had me in tears before, fortunately in this article I am going to hopefully save many of you a bucket load of tears by providing a nice list of steps showing how to sort all this our quickly and quite painlessly,<\/p>\n<p>What is provisioning and why is it needed by the way? In general terms. provisioning is the process of enabling development for a developer, allowing them to build and deploy apps to Apples devices and limiting access to those apps. This is needed to a) prevent software piracy and b) keeps control of who can develop apps on Apple devices.<\/p>\n<p>The first thing you are going to need is an Apple Developer account. Go to <a title=\"Apple App Store Developer Centre\" href=\"http:\/\/developer.apple.com\" rel=\"nofollow\" target=\"_blank\">http:\/\/developer.apple.com<\/a> and create one.<\/p>\n<p>Once you have your developer account, you need to click on \u201ciOS Dev Center\u201d to gain access to iOS developer resources. You will be asked to log in again. once logged in you will be presented with the iOS Dev Centre front page, you should note the \u201ciOS Developer Program\u201d menu down the right hand side of the screen<\/p>\n<p>Here you will see 4 options, but we are only really interested in the first one for now \u201ciOS Provisioning Portal\u201d, click on it to go the provisioning portal.<\/p>\n<p>Now take a look down the left hand side of the screen, you will see quite a few options. These options allow us to generate developer and distribution certificates, add devices that are allowed to run our apps, create app ID\u2019s and provisioning profiles.<\/p>\n<h2>iOS Development Certificates<\/h2>\n<p>In order to develop and distribute products on the iOS platform Apple needs to know that our app is made by us and that our apps code is reliable and if something should go wrong Apple know where to go knocking. Security certificates allow developers to sign applications using their identity showing that they are \u201ctrusted\u201d and not some malicious software developer that&#8217;s creating apps to destroy iOS devices or steal users personal details.<\/p>\n<p>There are two kinds of certificates that you are going to need:<\/p>\n<ul>\n<li>Development certificate \u2013 You need this to deploy your app to iPhone. iPad and iPod<\/li>\n<li>Distribution certificate \u2013 You need this to deploy your app ro the Apple app store<\/li>\n<\/ul>\n<h2>Creating an iOS Development Certificate<\/h2>\n<p>In order to deploy our cool iOS apps to our iPhone, iPod or iPad we need to create a development certificate. This process starts with the Marmalade SDK. Here are the complete instructions:<\/p>\n<p>1. Run the Marmalade iPhone Sign Request tool, this will launch Marmalades signing request tool which will create a developer key and a signing request for you<br \/>\n2. Click \u201cBrowse\u201d and select a folder where you want Marmalade to save the signing request<br \/>\n3. Select \u201cdeveloper_identity.key\u201d from the Key File drop down<br \/>\n4. Now enter your developer company name into the \u201cCommon Name\u201d box<br \/>\n5. Enter the email address that you have assigned to your Apple developer account into the Email Address box<br \/>\n6. Finally hit the \u201cRun\u201d button<\/p>\n<p>The tool will now generate a file called signing_request.csr in the folder that you selected in step 2. It will also generate a developer_identity.key key file in the \\Marmalade\\5.x\\s3e\\deploy\\plugins\\iphone\\certificates folder (make a backup of this file)<\/p>\n<p>Now over to the Apple side of things:<\/p>\n<p>7. Go to the &#8220;iOS provisioning portal&#8221;<br \/>\n8. Click on the &#8220;Certificates&#8221; menu<br \/>\n9. Click on the &#8220;Development&#8221; tab<br \/>\n10. Click on the &#8220;Request Certificate&#8221; button<br \/>\n11. You will see a button at the bottom of the screen called &#8220;Choose File&#8221;. Click that button and select the signingrequest.csr file that you exported from Marmalades signing request tool<br \/>\n12. Click the &#8220;Submit&#8221; button. The certificate will be marked as &#8220;issued&#8221;. Click on the &#8220;Development&#8221; tab again to refresh the page (sometimes you need to refresh few times), this will add a button called &#8220;Download&#8221; to the right of the screen<br \/>\n13. Click on the &#8220;Download&#8221; button, this will download a file called &#8220;ios_development.cer&#8221;, save this file<br \/>\n14. Make a backup of this file and also copy and rename the file as \\Marmalade\\6.x\\s3e\\deploy\\plugins\\iphone\\certificates\\developer_identity.cer<br \/>\n15. Marmalade will now use the developer_identity.key and developer_identity.cer to sign your apps for deployment during development<\/p>\n<h2>Creating and Provisioning an iOS Application for Development<\/h2>\n<p>You probably already have test app or even a full app that you are waiting to test out on an iOS device, but before you do, there are a couple of changes you need to make.<\/p>\n<p>The first thing you will need is an Application ID (App ID) which uniquely identified your app to the world. To create one we need to head back over to Apples iOS provisioning portal and carry out the following steps:<\/p>\n<p>16. Click App ID&#8217;s option on the menu<br \/>\n17. Click &#8220;New App ID&#8221; button<br \/>\n18. Enter &#8220;iSCream Candy&#8221; as the app description<br \/>\n19. Enter &#8220;com.yourcompanyname.iscreamcandy&#8221; as the Bundle Identifier<br \/>\n20. Click the &#8220;Submit&#8221; button which takes you back to the App ID&#8217;s list<\/p>\n<p>In order to deploy to an actual device we need to add our Apple device to the provisioning portal like this:<\/p>\n<p>21. Click on the \u201cDevices\u201d menu<br \/>\n22. Click the \u201cAdd Devices\u201d button<br \/>\n23. Enter a name for your device (anything you like)<br \/>\n24. Enter your devices Device ID. To get your devices ID carry out the following steps:<\/p>\n<ul>\n<li>a. Plugin your device into the USB<\/li>\n<li>b. Run the iPhone Configuration Utility<\/li>\n<li>c. Select your devices in the left hand menu<\/li>\n<li>d. In the summary tab you will see an \u201cIdentity\u201d field, the long hexadecimal string is your Device ID<\/li>\n<li>e. Keep the configuration tool open because you will need this in a moment to install your provisioning profile to the device<\/li>\n<\/ul>\n<p>25. Click the \u201cSubmit\u201d button<\/p>\n<p>You will also need a developer provisioning profile, so head back to Apples provisioning portal and carry out the following steps:<\/p>\n<p>26. Click on the &#8220;Provisioning&#8221; menu<br \/>\n27. Click &#8220;Development&#8221; tab<br \/>\n28. Click &#8220;New Profile&#8221; button<br \/>\n29. Enter &#8220;iscream_candy&#8221; as the Profile Name<br \/>\n30. Tick the box next to your certificate name to associate the certificate with this profile<br \/>\n31. Select &#8220;iScream Candy&#8221; as the App ID<br \/>\n32. Tick the checkbox next to your iOS device that is in the list of devices<br \/>\n33. Click &#8220;Submit&#8221; button<br \/>\n34. Click on the &#8220;Development&#8221; tab to refresh the screen<br \/>\n35. Click the &#8220;Download&#8221; button at the side of the &#8220;iscream_candy&#8221; profile name and save the file (will be called &#8220;iscream_candy.mobileprovision&#8221;)<br \/>\n36. Drag the provisioning profile file &#8220;iscream_candy.mobileprovision&#8221; onto the iPhone Configuration Utility<br \/>\n37. Select your iOS device in the left hand menu in the the oPhone Configuration Utility<br \/>\n38. Select the \u201cProvisioning Profiles\u201d tab<br \/>\n39. Locate \u201ciscream_candy\u201d and click the \u201cInstall\u201d button that is shown next to it<\/p>\n<p>Now we go back to the Marmalade side of things. We need to let the Marmalade deployment tool know a few things about your app before we deploy:<\/p>\n<p>40. Open up your projects MKB file<br \/>\n41. Add a section like this:<\/p>\n<pre><\/pre>\n<blockquote><p>deployments { [&#8220;iPhone&#8221;] name=&#8217;iScreamCandy&#8217; caption=&#8217;iScream Candy&#8217; manufacturer=&#8217;Company Name&#8217; provider=&#8217;Company Name&#8217; version-major=1 version-minor=0 iphone-appid=&#8217;com.companyname.iscreamcandy&#8217; }<\/p><\/blockquote>\n<p>This deployment section will allow us to auto fill in the information that we provided when we use Marmalades deployment tool to deploy our app to our iOS device.<\/p>\n<p>We are now ready to build and deploy our app to the iPhone, iPad, and iPod.<\/p>\n<h2>Building and Deploying our App to an iOS Device<\/h2>\n<p>Ok, now we have provisioning for development and we have a deployment section added to our MKB project file, lets get our app installed to the device for testing.<\/p>\n<p>42. In Visual Studio \/ XCode change the build type to GCC (ARM) Release and hit go, the project will now build. Once built, Visual Studio will launch the Marmalade Deployment Tool.<br \/>\n43. Select \u201cARM GCC Release\u201d as the Build Type then click the Next button<br \/>\n44. Select \u201ciPhone\u201d as the deployment configuration then click the Next button<br \/>\n45. Select \u201ciOS\u201d as the platform to deploy to then click the Next button<br \/>\n46. Click the \u201cDeploy All\u201d button<br \/>\n47. When the deployment tool is finished it will create two files in our iPhone release deployments folder (the deployments folder is located in our build folder build_iscreamcandy_vc10\\deployments\\iPhone\\iphone\\release<\/p>\n<p>Its worth noting here that you should check the deployment log to ensure that all went well, to do this click the \u201cLog\u201d button<\/p>\n<p>48. Drag the iscream_candy.ipa file from that folder onto iTunes<br \/>\n49. in iTunes select your phone on in the menu on the left of the screen<br \/>\n50. Click on the apps tab and tick the checkbox next to our iScream Candy app then click on the Sync button to install the app<\/p>\n<p>All being well the app should now appear on the iOS device.<\/p>\n<p>Word of caution, delete your existing app from the iOS device before redeploying. Unless you change the version number of your app in the MKB file, iTunes will not install the same version number of an app if it already exists on the device.<\/p>\n<h2>Creating an iOS Distribution Certificate<\/h2>\n<p>So now you have a finished product and you want to submit it to the Apple app store for approval. The first thing you are going to need is a distribution certificate<\/p>\n<p>In order to deploy our cool iOS apps to the app store we need to create a distribution certificate. This process starts with the Marmalade SDK, here are the complete instructions:<\/p>\n<p>51.. Run the Marmalade iPhone Sign Request tool, this will launch Marmalades signing request tool<br \/>\n52. Click \u201cBrowse\u201d and select a folder where you want Marmalade to save the distribution signing request<br \/>\n53. Change the name to \u201cdistro_signing_request.csr\u201d<br \/>\n54. Select \u201cdistribution_identity.key\u201d from the Key File drop down<br \/>\n55. Now enter your developer company name into the \u201cCommon Name\u201d box<br \/>\n56. Enter the email address that you have assigned to your Apple developer account into the Email Address box<br \/>\n57. Finally hit the \u201cRun\u201d button<\/p>\n<p>The tool will now generate a file called distro_signing_request.csr in the folder that you selected in step 2. It will also generate a distribution_identity.key key file in the \\Marmalade\\5.x\\s3e\\deploy\\plugins\\iphone\\certificates folder (make a backup of this file)<\/p>\n<p>Now over to the Apple side of things:<\/p>\n<p>58. Go to the &#8220;iOS provisioning portal&#8221;<br \/>\n59. Click on the &#8220;Certificates&#8221; menu<br \/>\n60. Click on the &#8220;Distribution&#8221; tab<br \/>\n61. Click on the &#8220;Request Certificate&#8221; button<br \/>\n62. You will see a button at the bottom of the screen called &#8220;Choose File&#8221;. Click that button and select the distro_signingrequest.csr file that you exported from Marmalades signing request tool<br \/>\n63. Click the &#8220;Submit&#8221; button. The certificate will be marked as &#8220;issued&#8221;. Click on the &#8220;Distribution&#8221; tab again to refresh the page (sometimes you need to refresh few times), this will add a button called &#8220;Download&#8221; to the right of the screen<br \/>\n64. Click on the &#8220;Download&#8221; button, this will download a file called &#8220;ios_distribution.cer&#8221;<br \/>\n65. Make a backup of this file and also copy the file as \\Marmalade\\6.x\\s3e\\deploy\\plugins\\iphone\\certificates\\distribution_identity.cer<br \/>\n66. Marmalade will now use the distribution_identity.key and distribution_identity.cer to sign your apps for distribution to the app store<\/p>\n<h2>Creating and Provisioning an iOS Application for Distribution<\/h2>\n<p>We need a fair few bits and bobs in order to create an app that is ready for distribution to customers that are foaming at the mouth ready to spend their hard earned dollars on your new masterpiece (I wish lol). The first thing we need is a distribution provisioning profile that we can include with the app during submission, here\u2019s how to generate it:<\/p>\n<p>67. Click on the &#8220;Provisioning&#8221; menu in the iOS Provisioning Portal<br \/>\n68. Click &#8220;Distribution&#8221; tab<br \/>\n69. Click &#8220;New Profile&#8221; button<br \/>\n70. Ensure that &#8220;App Store&#8221; is selected<br \/>\n71. Enter &#8220;distro_iscream_candy&#8221; as the Profile Name<br \/>\n72. Select &#8220;iScream Candy&#8221; as the App ID<br \/>\n73. Ensure that the &#8220;Distribution Certificate&#8221; says &#8220;Company Name (expiring on {Some date in the future})&#8221;<br \/>\n74. Click &#8220;Submit&#8221; button<br \/>\n75. Click on the &#8220;Distribution&#8221; tab to refresh the screen<br \/>\n76. Click the &#8220;Download&#8221; button at the side of the &#8220;distro_iscream_candy&#8221; profile name and save the file<br \/>\n77. Copy the saved distro_iscream_candy.mobileprovision file to the Data folder in your build<\/p>\n<p>Now over to the Marmalade side<\/p>\n<p>78. Open up your projects MKB file<br \/>\n79. Update your deployments section to look something like this<\/p>\n<pre>\r\ndeployments\r\n{\r\n  [\"iPhone\"]\r\n  name='iScreamCandy'\r\n  caption=''iScream Candy'\r\n  manufacturer='Company Name'\r\n  provider='Company Name'\r\n  version-major=1\r\n  version-minor=0\r\n  iphone-appid='com.companyname.iscreamcandy'\r\n  iphone-splash=\"data\/Default~iphone.png\"\r\n  iphone-icon=\"data\/icons\/iPhoneIcon.png\"\r\n  iphone-icon-ipad=\"data\/icons\/iPadIcon.png\"\r\n  iphone-icon-high-res=\"data\/icons\/iPhone4Icon.png\"\r\n  iphone-sign-for-distribution='1'\r\n  iphone-provisioning-profile=\"data\/distro_iscream_candy.mobileprovision\"\r\n}\r\n<\/pre>\n<p>You will notice a few other extra pieces of information have appeared in the MKB file. As we are getting ready to distribute our app we also need to provide icons and splash screens. If you app is a unified iOS app (compatible with iPhone and iPad) then you need to supply splash screens and icons for both platforms.<\/p>\n<h2>Getting ready for iOS App Store Submission<\/h2>\n<p>Before we can submit our super cool but hastily named game to Apple for approval we need to create app icons, splash screens, screen shots and text \/ keywords etc..<\/p>\n<p>80. The iOS expects the following sized icons (see above MKB deployment section to see how to include them)<\/p>\n<ul>\n<li>iphone-icon \u2013 Standard iPhone icon (57 x 57 pixels)<\/li>\n<li>iphone-icon-ipad \u2013 Standard iPad icon (72 x 72 pixels)<\/li>\n<li>iphone-icon-high-res \u2013 iPhone with retina display (114 x 114 pixels)<\/li>\n<\/ul>\n<p>81. In addition, you need to supply 3 different splash screens that need to have specific names:<\/p>\n<ul>\n<li>Default~iphone.png \u2013 Standard iPhone splash screen (320 x 480 or 480 x 320)<\/li>\n<li>Default~ipad.png \u2013 Standard iPad splash screen (768 x 1024 or 1024 x 768)<\/li>\n<li>Default@2x~iphone.png \u2013 iPhone with retina display (640 x 960 or 960 x 640)<\/li>\n<\/ul>\n<p>To ensure that these files get included in your build you need to add them to the assets section of your MKB file like this:<\/p>\n<pre><\/pre>\n<blockquote><p>assets { (data) &#8220;Default~iphone.png&#8221; Default@2x~iphone.png &#8220;Default~ipad.png&#8221; }<\/p><\/blockquote>\n<p>82. You also need the following additional graphical items:<br \/>\n* 512 x 512 iTunes Artwork Icon \u2013 This is a hi-resolution version of your app icon<br \/>\n* At least 3 iPhone screen shots (320 x 480 or 480 x 320)<br \/>\n* At least 3 iPad screen shots (768 x 1024 or 1024 x 320)<\/p>\n<h2>iOS App Store Submission<\/h2>\n<p>We are finally there, woohoo, I\u2019m so glad because my fingers are starting to break!<\/p>\n<p>83. To submit an app to Apple you need to log into iTunes Connect (menu option beneath Provisioning Portal) on the iOS dev web site<br \/>\n84. Click on \u201cManage Your Applications\u201d<br \/>\n85. Click on the \u201cAdd New App\u201d button to create a new application<br \/>\n86. Enter \u201ciScream Candy\u201d as the App Name<br \/>\n87. Enter SKU number (put anything you like or that\u2019s relevant to how you track apps)<br \/>\n88. Select \u201ccom.companyname.iscreamcandy\u201d as the Bundle ID<br \/>\n89. Click the \u201cContinue\u201c button<br \/>\n90. Select availability date to some point in the future (choose 2-3 weeks from now, you can change this when the app is passed)<br \/>\n91. Select price tier (to find out what the tiers mean in dollars click the \u201cView Pricing Matrix\u201d link)<br \/>\n92. Click the \u201cContinue\u201c button<br \/>\n93. Fill in the app information, add app icon and screen shots etc..<br \/>\n94. Click the \u201cSave\u201d button<br \/>\n95. Click on the View Details for your app<br \/>\n97. Click on the \u201cReady to Upload Binary\u201d button at the top right of the screen<br \/>\n98. Select \u201cNo\u201d when asked about export compliance (unless you are using encryption) then click the \u201cSave\u201d button<\/p>\n<p>The next screen will tell you how to download and install XCode so you can gain access to Application Loader (a small app that lets you send you binary to apply for certification)<\/p>\n<p>99. Click \u201cContinue\u201d<br \/>\n100. Locate and run \u201cApplication Loader\u201d on the Mac (Minimum version Mac OS X 10.5).This should be located in \/Developer\/Applications\/Utilities\/Application Loader.app. if not then you will need to download and install either the latest version of XCode or iOS SDK 3.2<br \/>\n101. Click \u201cNext\u201d on the application loader welcome screen<br \/>\n102. Log in with your iTunes Connect log in details<br \/>\n103. When asked to \u201cChoose Application\u201d select the iScream Candy application from the drop down list and click \u201cNext\u201d<br \/>\n104. Check that the application metadata information is correct then click \u201cChoose\u201d to browse and select your applications binary zip file<br \/>\n105. Click the \u201cSend\u201d button to send the application binary to Apple<br \/>\n106. Once the application has finished uploading you will see a thank you screen, click the \u201cDone\u201d button to close it. If the application was not signed properly you will be notified here<\/p>\n<h2>Enabling Push notifications<\/h2>\n<p>For some odd reason Apple knocks all our apps back that are not push enabled (even though we do not use it), here&#8217;s the additional steps you will need to carry out to enable it.<\/p>\n<p>107. Click &#8220;Configure&#8221; link next to the app ID for iScream Candy<br \/>\n108. Tick the &#8220;Enable for Apple Push Notification service&#8221; check box<br \/>\n109. At the side of the &#8220;Production Push SSL Certificate&#8221; click the &#8220;Configure&#8221; button<br \/>\n110. A window will pop up, click the &#8220;Continue&#8221; button<br \/>\n111. Click the &#8220;Choose File&#8221; button and select the signing_request_dtstro.csr file from earlier<br \/>\n112. Click the &#8220;Generate&#8221; button<br \/>\n113. Click &#8220;Continue&#8221; button then the &#8220;Done&#8221; button<\/p>\n<p>And that\u2019s it, you\u2019re app is now in Apple heaven. It usually takes between 7 and 21 days to get approval, less if it is an update.<\/p>\n<h2>A few Additional Notes<\/h2>\n<ul>\n<li>I asked you to back up your certificates as you generate them earlier because when you install a new version of the Marmalade SDK you may lose them as you uninstall the previous version of the SDK. If you back them up you can simply copy them back into the \\Marmalade\\5.x\\s3e\\deploy\\plugins\\iphone\\certificates folder<\/li>\n<li>Provisioning profiles expire so you need to renew them now and again. Your IOS device will usually remind you when you need to renew a provisioning profile.<\/li>\n<\/ul>\n<p>Well that\u2019s its for this article. With any luck I have saved some of you much pain and suffering and hopefully a few buckets of tears<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This tutorial is part of the Marmalade SDK tutorials collection. To see the tutorials index\u00a0click here Its been a while since I posted any new Marmalade SDK tutorials because I have been so incredibly busy, I&#8217;ve also been focusing a lot of time lately on the soon to be released IwGameAds update to the IwGame [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,155,118,44,154,42,28,148,3],"tags":[232,231,233,234,230,718],"class_list":["post-552","post","type-post","status-publish","format-standard","hentry","category-airplay-sdk","category-apps","category-c-programming","category-game-and-app-development","category-games","category-ios-app-development","category-marmalade-sdk","category-pocketeers-limited","category-programming","tag-deploying-ios-apps","tag-development-certificates","tag-distribution-certificate","tag-iios-app-store-submission","tag-ios-provisioning","tag-marmalade-sdk"],"_links":{"self":[{"href":"http:\/\/www.drmop.com\/index.php\/wp-json\/wp\/v2\/posts\/552","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.drmop.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.drmop.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.drmop.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.drmop.com\/index.php\/wp-json\/wp\/v2\/comments?post=552"}],"version-history":[{"count":7,"href":"http:\/\/www.drmop.com\/index.php\/wp-json\/wp\/v2\/posts\/552\/revisions"}],"predecessor-version":[{"id":555,"href":"http:\/\/www.drmop.com\/index.php\/wp-json\/wp\/v2\/posts\/552\/revisions\/555"}],"wp:attachment":[{"href":"http:\/\/www.drmop.com\/index.php\/wp-json\/wp\/v2\/media?parent=552"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.drmop.com\/index.php\/wp-json\/wp\/v2\/categories?post=552"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.drmop.com\/index.php\/wp-json\/wp\/v2\/tags?post=552"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}