Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

quochuytran82

macrumors newbie
Original poster
Nov 18, 2015
3
0
hello to you, would you help me this problem, now I'm writing application software using xcode ios me to advertise chartboost on my application.
file AppDelegate.m
1.
Code:
[ChartbooststartWithAppId:mad:"my-id"appSignature:mad:"my-id"delegate:self];
[ChartboostcacheRewardedVideo:CBLocationMainMenu];
[ChartboostcacheMoreApps:CBLocationHomeScreen];
2.
Code:
[ChartboostshowInterstitial:CBLocationHomeScreen];
[ChartboostshowRewardedVideo:CBLocationMainMenu];
now I want 15 seconds is automatically changed ad on my app first time, you do know can help me. we're looking for help.
 
Last edited by a moderator:
hello to you, would you help me this problem, now I'm writing application software using xcode ios me to advertise chartboost on my application.
file AppDelegate.m
1.
[ChartbooststartWithAppId:mad:"my-id"appSignature:mad:"my-id"delegate:self];
[ChartboostcacheRewardedVideo:CBLocationMainMenu];
[ChartboostcacheMoreApps:CBLocationHomeScreen];

2.
[ChartboostshowInterstitial:CBLocationHomeScreen];
[ChartboostshowRewardedVideo:CBLocationMainMenu];

now I want 15 seconds is automatically changed ad on my app first time, you do know can help me. we're looking for help.
Code:
[ChartbooststartWithAppId:mad:"my-id"appSignature:mad:"my-id"delegate:self];
[ChartboostcacheRewardedVideo:CBLocationMainMenu];
[ChartboostcacheMoreApps:CBLocationHomeScreen];


[ChartboostshowInterstitial:CBLocationHomeScreen];
[ChartboostshowRewardedVideo:CBLocationMainMenu];

1st. You don't need a vote, you probably clicked the wrong button.

2nd. All code needs to be inside of the 'code' blocks. The 'code' blocks are on the menu at the top of the editor under the '+' and would look like what I just did above.

From what you've posted, it sounds like you want to look into timers. A timer can be set to fire a method/function when you want.
 
yeah, you're right. Can you help me this problem is not. Thank you for feedback
Code:
[ChartbooststartWithAppId:mad:"my-id"appSignature:mad:"my-id"delegate:self];
[ChartboostcacheRewardedVideo:CBLocationMainMenu];
[ChartboostcacheMoreApps:CBLocationHomeScreen];


[ChartboostshowInterstitial:CBLocationHomeScreen];
[ChartboostshowRewardedVideo:CBLocationMainMenu];

1st. You don't need a vote, you probably clicked the wrong button.

2nd. All code needs to be inside of the 'code' blocks. The 'code' blocks are on the menu at the top of the editor under the '+' and would look like what I just did above.

From what you've posted, it sounds like you want to look into timers. A timer can be set to fire a method/function when you want.


yeah, you're right. Can you help me this problem is not. Thank you for feedback
 
The help that I offered is to look at setting a timer.

Look up 'timer' in the docs, they should have an example in there.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.