Skip to content

Commit

Permalink
Ios bundle field should be itunesID (#686)
Browse files Browse the repository at this point in the history
fixes #117
  • Loading branch information
matrad authored Oct 20, 2022
1 parent 15f2b7e commit 5243d32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ - (void)buildBidRequest:(PBMORTBBidRequest *)bidRequest {
}

NSString *bundleIdentifier = self.bundle.bundleIdentifier;
if (bundleIdentifier) {
if (bidRequest.app.bundle==nil && bundleIdentifier) {
bidRequest.app.bundle = bundleIdentifier;
}

Expand Down

0 comments on commit 5243d32

Please sign in to comment.