OneSignal-XCFramework
OneSignal-XCFramework copied to clipboard
OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your native iOS app with OneSignal. https://onesignal.com. This Repository hosts OneSignal's XCFra...
Hi, I work on Xcode Version 15.3 on iMac with intel chip, when try to install OneSignal SDK with Swift Package Manager the version 5.1.4 https://github.com/OneSignal/OneSignal-XCFramework, I get an error...
Hi! I am new to OneSignal and just added the SDK via SPM (OneSignal-XCFramework). The build works fine when building for a simulator. But when archiving for release, build fails,...
Hello, My project has code both in Objective-C and Swift and uses OneSignal framework for push notification. But we don't use any NotificationExtension service. In order to fetch the latest...
Error with Xcode Version 12.4 (12D4e): `The bundle Payload/Covenant Eyes.app/PlugIns/OneSignal.framework is not contained in a correctly named directory. It should be under "Frameworks".". ` Issue is resolved by hand, deleting...
Hi, In the Apple developer forum I sent this: [Submitting 2 apps with the same framework => 1 passes, 1 has ITMS-91065 error](https://developer.apple.com/forums/thread/761053) May be is related to this? "If...
Hey team, Could you please check I'm getting a few crashes on Onesignal SDK. "version" : "5.1.5" Logs: Crashed: OneSignal.OSOperationRepo 0 libobjc.A.dylib 0x3020 objc_msgSend + 32 1 Foundation 0x13a2c _encodeObject...
I'm using the latest version "5.2.0" but after analyzing the App with https://github.com/crasowas/app_store_required_privacy_manifest_analyser it shows me the following warning: `NSPrivacyAccessedAPICategoryUserDefaults:NSUserDefaults:../App/Pods/OneSignalXCFramework/iOS_SDK/OneSignalSDK/OneSignal_Core/OneSignalCore.xcframework/ios-arm64_x86_64-simulator/OneSignalCore.framework/OneSignalCore 🛠️ Descriptions for the following required API reason(s) may be...
Hi, I'm trying to share my location as follows: ``` OneSignal.Location.isShared = true ``` But if I test afterwards `OneSignal.Location.isShared` is always `false` On OneSignal web site when I check...
Hello, In my app, I have 2 screens, **Completed Orders** and **Earnings**. Each of these screens have triggers when they are opened. On ViewDidAppear, I set either `OneSignal.InAppMessages.addTrigger("screen", withValue: "completed_orders")`...
Crashes on SDK version 5.2.10 iOS version: 15-18 stack: ``` Crashed: analytics-manager-worker 0 libobjc.A.dylib 0x3c20 objc_msgSend + 32 1 Foundation 0xc9ac _encodeObject + 180 2 Foundation 0x8cac8 +[NSKeyedArchiver archivedDataWithRootObject:] +...