Iterable / react-native-sdk

MIT License
37 stars 33 forks source link

[MOB-9381] - Push platform Configuration for iOS #580

Closed Ayyanchira closed 1 month ago

Ayyanchira commented 1 month ago

🔹 JIRA Ticket(s) if any

✏️ Description

Add pushPlatform config for iOS. To use, developers will have to set the config variable as follows: config.pushPlatform = IterablePushPlatform.production

or it can be .sandbox or .auto as well.

This will allow to manually set the platform type if automatic is not working.