You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. isoLatin1 is moved to 2nd position
2. Typecasting now also checks for plist to ensure the typecasting does not resulted in unreadable string and only then, proceeding.
let propertyListString =scan(string: string, begin:"<plist", end:"</plist>"){
85
+
plistString = propertyListString
85
86
break
86
87
}
87
88
}
88
89
89
-
guardlet finalString = asciiString else{
90
-
ITBError("Failed to detect APNS type from provisioning file. Defaulting to type - Production. Please use IterableConfig.pushPlatform to manually set APNS platform type")
ITBDebug("Failed to detect APNS type from provisioning file. Defaulting to type - Production. Please use IterableConfig.pushPlatform to manually set APNS platform type")
0 commit comments