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
I recently integrated oneSignal notification for app clips which has the size limit of 10MB (for making it work in most iphones).
But the size of OneSignal iOS SDK itself is 6.5MB, is there any way we can shrink the size of SDK.
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
@Nishannb could you explain where you are seeing this increase? Is it increasing the size of your app at the Xcode Archive phase or the end result, such as what is reported by test flight.
To lower the size you can omit parts of the OneSignal SDK you don't use, example In-App Messages and location.
_Yes, after the Xcode Archive phase, I checked the Framework size.
I do parts of framework that I don't use, I want to make sure which I can omit without affecting what's working i.e. notification feature.
The app is built on react native and when I check the onesignal docs for react native SDK, it mentions entire framework to be added. I could not find a way for selecting sub-specs. Is there any way you can help ?
FYI, this is the framework folder screenshot I have.
@Nishannb Thank you for reaching out. Yes the lack of modularity is currently a limitation of our react native SDK and is something we are looking to address in the future.
Is there a timeline we look forward to for react native SDK. We want to reimplement onesignal notification in our project but the size became the bottleneck as we want to run on app clips and instant apps.
How can we help?
I recently integrated oneSignal notification for app clips which has the size limit of 10MB (for making it work in most iphones).
But the size of OneSignal iOS SDK itself is 6.5MB, is there any way we can shrink the size of SDK.
Code of Conduct
The text was updated successfully, but these errors were encountered: