Issue Type: Feature Request Feature Request
Affects Versions: 1.2.0
Assignee: Christos Vasilakis
Components: Xcode
Created: 05/Aug/13 4:38 AM
Description:

A few Push related updates to the template are required:

  • Podfile update -> pod 'AeroGear-Push', '0.6.0'
  • Update generated AppDelegate.m file:
    [clientInfo setMobileVariantID:@"<# Mobile Variant Id #>"];
    [clientInfo setMobileVariantSecret:@"<# Mobile Variant Secret #>"];

Needs to be updated to the following:

    [clientInfo setVariantID:@"<# Variant Id #>"];
    [clientInfo setVariantSecret:@"<# Variant Secret #>"];
Fix Versions: 1.2.0
Project: AeroGear iOS
Priority: Major Major
Reporter: Matthias Wessendorf
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira