Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

init with sourceApp #14

Merged
merged 2 commits into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions MSPDemoApp/MSPDemoApp/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {

let mspInitParameters = InitializationParametersImp(prebidAPIKey: "af7ce3f9-462d-4df1-815f-09314bb87ca3",
sourceApp: "0000000000", // Your App's numeric ID on App Store
orgId: 1061,
appId: 1)
MSP.shared.setNovaManager(novaManager: NovaManager())
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ project 'MSPDemoApp/MSPDemoApp'
target 'MSPDemoApp' do
project 'MSPDemoApp/MSPDemoApp'
#use_frameworks!
pod 'MSPCore', '0.0.76', :modular_headers => true
pod 'MSPCore', '0.0.77', :modular_headers => true
pod 'NovaAdapter', '0.0.75', :modular_headers => true
pod 'GoogleAdapter', '0.0.75', :modular_headers => true
pod 'FacebookAdapter', '0.0.75', :modular_headers => true
Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PODS:
- Google-Mobile-Ads-SDK (= 11.2.0)
- MSPSharedLibraries (= 0.0.74)
- GoogleUserMessagingPlatform (2.7.0)
- MSPCore (0.0.76):
- MSPCore (0.0.77):
- MSPSharedLibraries (= 0.0.74)
- PrebidAdapter (= 0.0.74)
- SwiftProtobuf (= 1.21.0)
Expand All @@ -23,7 +23,7 @@ PODS:
DEPENDENCIES:
- FacebookAdapter (= 0.0.75)
- GoogleAdapter (= 0.0.75)
- MSPCore (= 0.0.76)
- MSPCore (= 0.0.77)
- NovaAdapter (= 0.0.75)

SPEC REPOS:
Expand All @@ -45,12 +45,12 @@ SPEC CHECKSUMS:
Google-Mobile-Ads-SDK: 5a6d005a6cb5b5e8f4c7b69ca05cdea79c181139
GoogleAdapter: 952db4161e383d24d81b72044c7358b8e5b0822b
GoogleUserMessagingPlatform: a8b56893477f67212fbc8411c139e61d463349f5
MSPCore: 1bd9707a018a258cd7862d1576e29e153b114cf3
MSPCore: 497cb425a51c5acb3e8fcbdc5152cdaa20b83075
MSPSharedLibraries: 7c30ae5a90286801672b39025b9e34427588ed80
NovaAdapter: 600d9caa9d0fd622effd7609360b4cc4593bf6a9
PrebidAdapter: cc6de120c4680b3d3d35b064b339a8d77bd649fe
SwiftProtobuf: afced68785854575756db965e9da52bbf3dc45e7

PODFILE CHECKSUM: f7338d31e68c1b956aa860be02c799c345896ac8
PODFILE CHECKSUM: e800d4661e0344d24a7cd28f641483577a0eb236

COCOAPODS: 1.15.2
7 changes: 7 additions & 0 deletions Pods/MSPCore/MSPCore/MSPCore/MSPHelper.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Publisher App developers need to pass an *placement id* provisioned by Particles
## Dependencies
For now MSP SDK is distributed as Cocoapods, you can introduce MSP SDKs with the following code in your Podfile:
```
pod 'MSPCore', '0.0.76', :modular_headers => true
pod 'MSPCore', '0.0.77', :modular_headers => true
# if you want Nova Ads
pod 'NovaAdapter', '0.0.75', :modular_headers => true
# if you want Google Ads
Expand Down
Binary file not shown.
Loading