A few Push related updates to the template are required:
[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 #>"];