-
Feature Request
-
Resolution: Done
-
Major
-
1.2.0
-
None
-
None
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 #>"];